#CFFD48

Color #CFFD48 Pear (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pear #CFFD48

Tints of Pear #CFFD48

Color information

#CFFD48 (or 0xCFFD48) is unknown color: approx Pear. HEX triplet: CF, FD and 48. RGB value is (207,253,72). Sum of RGB (Red+Green+Blue) = 207+253+72=532 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.91% from 532); Green value is 253 (99.22% from 255 or 47.56% from 532); Blue value is 72 (28.52% from 255 or 13.53% from 532); Max value from RGB is 253 - color contains mainly: green. Hex color #CFFD48 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFFD48 is #3002B7. Grayscale: #DBDBDB. Windows color (decimal): -3146424 or 4783567. OLE color: 4783567.

HSL color Cylindrical-coordinate representation of color #CFFD48: hue angle of 75.25º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CFFD48 is Cyan = 0.18, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.01.

Color convert

RGB20725372-
CMYK0.1800.720.01
HSL75.25º97.84%63.73%-
HSV(B)75.25º71.54%99.22%-
XYZ62.0383.9819.07-
YUV218.6145.26119.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 38.91%
GREEN value IS 253 (99.22% from 255) = 47.56%
BLUE value IS 72 (28.52% from 255) = 13.53%
R=38.91%
G=47.56%
B=13.53%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal207253720.1800.720.0175.2597.8463.73
HexCFFD481204814b6240
Octal3173751102201101113142100
Binary1100111111111101100100010010010010001100101111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFD48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFD48; }

 p { color: rgb(207,253,72); }

 H1.HeaderClassName
 {
   color: #CFFD48;
 }
 .AnyTagClassName
 {
   color: #CFFD48;
 }
</style>
background-color css

<style>
 a { background-color: #CFFD48; }

 a { background-color: rgb(207,253,72); }

 div.DivClassName
 {
   background-color: #CFFD48;
 }
 .BgClassName
 {
   background-color: #CFFD48;
 }
</style>
border-color css

<style>
 span { border-color: #CFFD48; }

 span { border-color: rgb(207,253,72); }

 td.TdClassName
 {
   border-color: #CFFD48;
 }
 .TagClassName
 {
   border-color: #CFFD48;
 }
</style>