Html Css Color HEX #C9FB76 Sulu

📋 copy color: '#C9FB76'

red 201 ◦ green 251 ◦ blue 118

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

Shades of Sulu #C9FB76

Tints of Sulu #C9FB76

RGB

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

 GREEN value IS 251 (98.44% from 255) = 44.04%

 BLUE value IS 118 (46.48% from 255) = 20.7%

R = 35.26%
G = 44.04%
B = 20.7%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#C9FB76 (or 0xC9FB76) is known color: Sulu. HEX triplet: C9, FB and 76. RGB value is (201,251,118). Sum of RGB (Red+Green+Blue) = 201+251+118=570 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.26% from 570); Green value is 251 (98.44% from 255 or 44.04% from 570); Blue value is 118 (46.48% from 255 or 20.70% from 570); Max value from RGB is 251 - color contains mainly: green. Hex color #C9FB76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9FB76 is #360489. Grayscale: #DDDDDD. Windows color (decimal): -3540106 or 7797705. OLE color: 7797705.

HSL color Cylindrical-coordinate representation of color #C9FB76: hue angle of 82.56º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C9FB76 is Cyan = 0.20, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB 201 251 118 -
CMYK 0.20 0 0.53 0.02
HSL 82.56º 0.94% 0.72% -
HSV(B) 82.56º 0.53% 0.98% -
XYZ 61.85 82.72 29.85 -
YUV 220.89 69.94 113.81 -
System Red Green Blue C M Y K H S L
Decimal 201 251 118 0.20 0 0.53 0.02 82.56 0.94 0.72
Hex C9 FB 76 14 0 35 2 53 5E 48
Octal 311 373 166 24 0 65 2 123 136 110
Binary 11001001 11111011 1110110 10100 0 110101 10 1010011 1011110 1001000

Color Harmonies of #C9FB76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9FB76

Black with #C9FB76

Text Example


Text Example

White with #C9FB76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9FB76; }

 p { color: rgb(201,251,118); }

 H1.HeaderClassName
 {
   color: #C9FB76;
 }
 .AnyTagClassName
 {
   color: #C9FB76;
 }
</style>

background-color css

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

 a { background-color: rgb(201,251,118); }

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

border-color css

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

 span { border-color: rgb(201,251,118); }

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