#CFF44C

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

Shades of Pear #CFF44C

Tints of Pear #CFF44C

Color information

#CFF44C (or 0xCFF44C) is unknown color: approx Pear. HEX triplet: CF, F4 and 4C. RGB value is (207,244,76). Sum of RGB (Red+Green+Blue) = 207+244+76=527 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.28% from 527); Green value is 244 (95.70% from 255 or 46.30% from 527); Blue value is 76 (30.08% from 255 or 14.42% from 527); Max value from RGB is 244 - color contains mainly: green. Hex color #CFF44C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF44C is #300BB3. Grayscale: #D6D6D6. Windows color (decimal): -3148724 or 5043407. OLE color: 5043407.

HSL color Cylindrical-coordinate representation of color #CFF44C: hue angle of 73.21º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CFF44C is Cyan = 0.15, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.

Color convert

RGB20724476-
CMYK0.1500.690.04
HSL73.21º88.42%62.75%-
HSV(B)73.21º68.85%95.69%-
XYZ59.3978.4918.86-
YUV213.7850.24123.16-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.28%
GREEN value IS 244 (95.70% from 255) = 46.30%
BLUE value IS 76 (30.08% from 255) = 14.42%
R=39.28%
G=46.30%
B=14.42%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal207244760.1500.690.0473.2188.4262.75
HexCFF44CF045449583f
Octal317364114170105411113077
Binary1100111111110100100110011110100010110010010011011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF44C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF44C; }

 p { color: rgb(207,244,76); }

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

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

 a { background-color: rgb(207,244,76); }

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

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

 span { border-color: rgb(207,244,76); }

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