#CFE21C

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

Shades of Pear #CFE21C

Tints of Pear #CFE21C

Color information

#CFE21C (or 0xCFE21C) is unknown color: approx Pear. HEX triplet: CF, E2 and 1C. RGB value is (207,226,28). Sum of RGB (Red+Green+Blue) = 207+226+28=461 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.90% from 461); Green value is 226 (88.67% from 255 or 49.02% from 461); Blue value is 28 (11.33% from 255 or 6.07% from 461); Max value from RGB is 226 - color contains mainly: green. Hex color #CFE21C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE21C is #301DE3. Grayscale: #C6C6C6. Windows color (decimal): -3153380 or 1893071. OLE color: 1893071.

HSL color Cylindrical-coordinate representation of color #CFE21C: hue angle of 65.76º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CFE21C is Cyan = 0.08, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.11.

Color convert

RGB20722628-
CMYK0.0800.880.11
HSL65.76º77.95%49.8%-
HSV(B)65.76º87.61%88.63%-
XYZ53.1467.7411.37-
YUV197.7532.21134.6-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.90%
GREEN value IS 226 (88.67% from 255) = 49.02%
BLUE value IS 28 (11.33% from 255) = 6.07%
R=44.90%
G=49.02%
B=6.07%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal207226280.0800.880.1165.7677.9549.8
HexCFE21C8058B424e32
Octal317342341001301310211662
Binary110011111110001011100100001011000101110000101001110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE21C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE21C; }

 p { color: rgb(207,226,28); }

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

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

 a { background-color: rgb(207,226,28); }

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

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

 span { border-color: rgb(207,226,28); }

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