#C9F28C

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

Shades of Sulu #C9F28C

Tints of Sulu #C9F28C

Color information

#C9F28C (or 0xC9F28C) is unknown color: approx Sulu. HEX triplet: C9, F2 and 8C. RGB value is (201,242,140). Sum of RGB (Red+Green+Blue) = 201+242+140=583 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.48% from 583); Green value is 242 (94.92% from 255 or 41.51% from 583); Blue value is 140 (55.08% from 255 or 24.01% from 583); Max value from RGB is 242 - color contains mainly: green. Hex color #C9F28C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C9F28C is #360D73. Grayscale: #DADADA. Windows color (decimal): -3542388 or 9237193. OLE color: 9237193.

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

Color convert

RGB201242140-
CMYK0.1700.420.05
HSL84.12º79.69%74.9%-
HSV(B)84.12º42.15%94.9%-
XYZ60.5777.8236.64-
YUV218.1183.92115.79-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.48%
GREEN value IS 242 (94.92% from 255) = 41.51%
BLUE value IS 140 (55.08% from 255) = 24.01%
R=34.48%
G=41.51%
B=24.01%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2012421400.1700.420.0584.1279.6974.9
HexC9F28C1102A554504b
Octal311362214210525124120113
Binary110010011111001010001100100010101010101101010010100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9F28C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9F28C; }

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

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

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

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

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

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

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

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