#C9F228

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

Shades of Pear #C9F228

Tints of Pear #C9F228

Color information

#C9F228 (or 0xC9F228) is unknown color: approx Pear. HEX triplet: C9, F2 and 28. RGB value is (201,242,40). Sum of RGB (Red+Green+Blue) = 201+242+40=483 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.61% from 483); Green value is 242 (94.92% from 255 or 50.10% from 483); Blue value is 40 (16.02% from 255 or 8.28% from 483); Max value from RGB is 242 - color contains mainly: green. Hex color #C9F228 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C9F228 is #360DD7. Grayscale: #CFCFCF. Windows color (decimal): -3542488 or 2683593. OLE color: 2683593.

HSL color Cylindrical-coordinate representation of color #C9F228: hue angle of 72.18º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C9F228 is Cyan = 0.17, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB20124240-
CMYK0.1700.830.05
HSL72.18º88.6%55.29%-
HSV(B)72.18º83.47%94.9%-
XYZ56.2276.0713.73-
YUV206.7133.92123.93-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.61%
GREEN value IS 242 (94.92% from 255) = 50.10%
BLUE value IS 40 (16.02% from 255) = 8.28%
R=41.61%
G=50.10%
B=8.28%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal201242400.1700.830.0572.1888.655.29
HexC9F228110535485937
Octal31136250210123511013167
Binary1100100111110010101000100010101001110110010001011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9F228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9F228; }

 p { color: rgb(201,242,40); }

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

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

 a { background-color: rgb(201,242,40); }

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

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

 span { border-color: rgb(201,242,40); }

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