#C9F28A

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

Shades of Sulu #C9F28A

Tints of Sulu #C9F28A

Color information

#C9F28A (or 0xC9F28A) is unknown color: approx Sulu. HEX triplet: C9, F2 and 8A. RGB value is (201,242,138). Sum of RGB (Red+Green+Blue) = 201+242+138=581 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.60% from 581); Green value is 242 (94.92% from 255 or 41.65% from 581); Blue value is 138 (54.30% from 255 or 23.75% from 581); Max value from RGB is 242 - color contains mainly: green. Hex color #C9F28A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C9F28A is #360D75. Grayscale: #DADADA. Windows color (decimal): -3542390 or 9106121. OLE color: 9106121.

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

Color convert

RGB201242138-
CMYK0.1700.430.05
HSL83.65º80%74.51%-
HSV(B)83.65º42.98%94.9%-
XYZ60.4377.7635.87-
YUV217.8882.92115.96-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.60%
GREEN value IS 242 (94.92% from 255) = 41.65%
BLUE value IS 138 (54.30% from 255) = 23.75%
R=34.60%
G=41.65%
B=23.75%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2012421380.1700.430.0583.658074.51
HexC9F28A1102B554504b
Octal311362212210535124120113
Binary110010011111001010001010100010101011101101010010100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9F28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9F28A; }

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

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

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

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

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

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

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

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