#C9F380

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

Shades of Sulu #C9F380

Tints of Sulu #C9F380

Color information

#C9F380 (or 0xC9F380) is unknown color: approx Sulu. HEX triplet: C9, F3 and 80. RGB value is (201,243,128). Sum of RGB (Red+Green+Blue) = 201+243+128=572 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.14% from 572); Green value is 243 (95.31% from 255 or 42.48% from 572); Blue value is 128 (50.39% from 255 or 22.38% from 572); Max value from RGB is 243 - color contains mainly: green. Hex color #C9F380 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C9F380 is #360C7F. Grayscale: #D9D9D9. Windows color (decimal): -3542144 or 8451017. OLE color: 8451017.

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

Color convert

RGB201243128-
CMYK0.1700.470.05
HSL81.91º82.73%72.75%-
HSV(B)81.91º47.33%95.29%-
XYZ60.0378.0832.33-
YUV217.3377.59116.35-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.14%
GREEN value IS 243 (95.31% from 255) = 42.48%
BLUE value IS 128 (50.39% from 255) = 22.38%
R=35.14%
G=42.48%
B=22.38%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2012431280.1700.470.0581.9182.7372.75
HexC9F3801102F5525349
Octal311363200210575122123111
Binary110010011111001110000000100010101111101101001010100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9F380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9F380; }

 p { color: rgb(201,243,128); }

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

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

 a { background-color: rgb(201,243,128); }

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

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

 span { border-color: rgb(201,243,128); }

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