#CFF44E

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

Shades of Pear #CFF44E

Tints of Pear #CFF44E

Color information

#CFF44E (or 0xCFF44E) is unknown color: approx Pear. HEX triplet: CF, F4 and 4E. RGB value is (207,244,78). Sum of RGB (Red+Green+Blue) = 207+244+78=529 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.13% from 529); Green value is 244 (95.70% from 255 or 46.12% from 529); Blue value is 78 (30.86% from 255 or 14.74% from 529); Max value from RGB is 244 - color contains mainly: green. Hex color #CFF44E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF44E is #300BB1. Grayscale: #D6D6D6. Windows color (decimal): -3148722 or 5174479. OLE color: 5174479.

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

Color convert

RGB20724478-
CMYK0.1500.680.04
HSL73.37º88.3%63.14%-
HSV(B)73.37º68.03%95.69%-
XYZ59.4678.5219.23-
YUV214.0151.24123-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.13%
GREEN value IS 244 (95.70% from 255) = 46.12%
BLUE value IS 78 (30.86% from 255) = 14.74%
R=39.13%
G=46.12%
B=14.74%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal207244780.1500.680.0473.3788.363.14
HexCFF44EF044449583f
Octal317364116170104411113077
Binary1100111111110100100111011110100010010010010011011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF44E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF44E; }

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

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

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

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

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

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

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

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