#C9F485

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

Shades of Sulu #C9F485

Tints of Sulu #C9F485

Color information

#C9F485 (or 0xC9F485) is unknown color: approx Sulu. HEX triplet: C9, F4 and 85. RGB value is (201,244,133). Sum of RGB (Red+Green+Blue) = 201+244+133=578 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.78% from 578); Green value is 244 (95.70% from 255 or 42.21% from 578); Blue value is 133 (52.34% from 255 or 23.01% from 578); Max value from RGB is 244 - color contains mainly: green. Hex color #C9F485 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C9F485 is #360B7A. Grayscale: #DADADA. Windows color (decimal): -3541883 or 8778953. OLE color: 8778953.

HSL color Cylindrical-coordinate representation of color #C9F485: hue angle of 83.24º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C9F485 is Cyan = 0.18, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.04.

Color convert

RGB201244133-
CMYK0.1800.450.04
HSL83.24º83.46%73.92%-
HSV(B)83.24º45.49%95.69%-
XYZ60.6778.8134.2-
YUV218.4979.75115.53-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.78%
GREEN value IS 244 (95.70% from 255) = 42.21%
BLUE value IS 133 (52.34% from 255) = 23.01%
R=34.78%
G=42.21%
B=23.01%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2012441330.1800.450.0483.2483.4673.92
HexC9F4851202D453534a
Octal311364205220554123123112
Binary110010011111010010000101100100101101100101001110100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9F485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9F485; }

 p { color: rgb(201,244,133); }

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

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

 a { background-color: rgb(201,244,133); }

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

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

 span { border-color: rgb(201,244,133); }

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