#CFEF48

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

Shades of Pear #CFEF48

Tints of Pear #CFEF48

Color information

#CFEF48 (or 0xCFEF48) is unknown color: approx Pear. HEX triplet: CF, EF and 48. RGB value is (207,239,72). Sum of RGB (Red+Green+Blue) = 207+239+72=518 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.96% from 518); Green value is 239 (93.75% from 255 or 46.14% from 518); Blue value is 72 (28.52% from 255 or 13.90% from 518); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEF48 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFEF48 is #3010B7. Grayscale: #D3D3D3. Windows color (decimal): -3150008 or 4779983. OLE color: 4779983.

HSL color Cylindrical-coordinate representation of color #CFEF48: hue angle of 71.5º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CFEF48 is Cyan = 0.13, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.06.

Color convert

RGB20723972-
CMYK0.1300.700.06
HSL71.5º83.92%60.98%-
HSV(B)71.5º69.87%93.73%-
XYZ57.7775.4717.65-
YUV210.3949.9125.58-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.96%
GREEN value IS 239 (93.75% from 255) = 46.14%
BLUE value IS 72 (28.52% from 255) = 13.90%
R=39.96%
G=46.14%
B=13.90%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal207239720.1300.700.0671.583.9260.98
HexCFEF48D046647543d
Octal317357110150106610712475
Binary1100111111101111100100011010100011011010001111010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEF48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEF48; }

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

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

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

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

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

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

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

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