#C9FE85

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

Shades of Sulu #C9FE85

Tints of Sulu #C9FE85

Color information

#C9FE85 (or 0xC9FE85) is unknown color: approx Sulu. HEX triplet: C9, FE and 85. RGB value is (201,254,133). Sum of RGB (Red+Green+Blue) = 201+254+133=588 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.18% from 588); Green value is 254 (99.61% from 255 or 43.20% from 588); Blue value is 133 (52.34% from 255 or 22.62% from 588); Max value from RGB is 254 - color contains mainly: green. Hex color #C9FE85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C9FE85 is #36017A. Grayscale: #E0E0E0. Windows color (decimal): -3539323 or 8781513. OLE color: 8781513.

HSL color Cylindrical-coordinate representation of color #C9FE85: hue angle of 86.28º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C9FE85 is Cyan = 0.21, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.00.

Color convert

RGB201254133-
CMYK0.2100.480.00
HSL86.28º98.37%75.88%-
HSV(B)86.28º47.64%99.61%-
XYZ63.7684.9935.24-
YUV224.3676.44111.34-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.18%
GREEN value IS 254 (99.61% from 255) = 43.20%
BLUE value IS 133 (52.34% from 255) = 22.62%
R=34.18%
G=43.20%
B=22.62%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2012541330.2100.480.0086.2898.3775.88
HexC9FE8515030056624c
Octal311376205250600126142114
Binary1100100111111110100001011010101100000101011011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9FE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9FE85; }

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

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

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

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

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

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

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

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