Html Css Color HEX #C9FF76 Sulu

📋 copy color: '#C9FF76'

red 201 ◦ green 255 ◦ blue 118

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

Shades of Sulu #C9FF76

Tints of Sulu #C9FF76

RGB

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

 GREEN value IS 255 (100% from 255) = 44.43%

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

R = 35.02%
G = 44.43%
B = 20.56%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.54

 K value IS 0

RGB Variations

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

Color information

#C9FF76 (or 0xC9FF76) is known color: Sulu. HEX triplet: C9, FF and 76. RGB value is (201,255,118). Sum of RGB (Red+Green+Blue) = 201+255+118=574 (76% of max value = 765). Red value is 201 (78.91% from 255 or 35.02% from 574); Green value is 255 (100% from 255 or 44.43% from 574); Blue value is 118 (46.48% from 255 or 20.56% from 574); Max value from RGB is 255 - color contains mainly: green. Hex color #C9FF76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9FF76 is #360089. Grayscale: #DFDFDF. Windows color (decimal): -3539082 or 7798729. OLE color: 7798729.

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

Color convert

RGB 201 255 118 -
CMYK 0.21 0 0.54 0
HSL 83.65º 1% 0.73% -
HSV(B) 83.65º 0.54% 1% -
XYZ 63.12 85.25 30.27 -
YUV 223.24 68.61 112.14 -
System Red Green Blue C M Y K H S L
Decimal 201 255 118 0.21 0 0.54 0 83.65 1 0.73
Hex C9 FF 76 15 0 36 0 54 64 49
Octal 311 377 166 25 0 66 0 124 144 111
Binary 11001001 11111111 1110110 10101 0 110110 0 1010100 1100100 1001001

Color Harmonies of #C9FF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9FF76

Black with #C9FF76

Text Example


Text Example

White with #C9FF76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9FF76; }

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

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

background-color css

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

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

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

border-color css

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

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

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