Html Css Color HEX #C9FE85 Sulu

📋 copy color: '#C9FE85'

red 201 ◦ green 254 ◦ blue 133

#C9FE85
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sulu #C9FE85

Tints of Sulu #C9FE85

RGB

 RED value IS 201 (78.91% from 255) = 34.18%

 GREEN value IS 254 (99.61% from 255) = 43.2%

 BLUE value IS 133 (52.34% from 255) = 22.62%

R = 34.18%
G = 43.2%
B = 22.62%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.48

 K value IS 0.00

RGB Variations

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

Color information

#C9FE85 (or 0xC9FE85) is known color: 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

RGB 201 254 133 -
CMYK 0.21 0 0.48 0.00
HSL 86.28º 0.98% 0.76% -
HSV(B) 86.28º 0.48% 1% -
XYZ 63.76 84.99 35.24 -
YUV 224.36 76.44 111.34 -
System Red Green Blue C M Y K H S L
Decimal 201 254 133 0.21 0 0.48 0.00 86.28 0.98 0.76
Hex C9 FE 85 15 0 30 0 56 62 4C
Octal 311 376 205 25 0 60 0 126 142 114
Binary 11001001 11111110 10000101 10101 0 110000 0 1010110 1100010 1001100

Color Harmonies of #C9FE85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9FE85

Black with #C9FE85

Text Example


Text Example

White with #C9FE85

Text Example


Text Example

HTML Codes & Css Web 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>