Html Css Color HEX #C9FF66 Sulu

📋 copy color: '#C9FF66'

red 201 ◦ green 255 ◦ blue 102

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

Shades of Sulu #C9FF66

Tints of Sulu #C9FF66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 18.28%

R = 36.02%
G = 45.7%
B = 18.28%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.6

 K value IS 0

RGB Variations

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

Color information

#C9FF66 (or 0xC9FF66) is known color: Sulu. HEX triplet: C9, FF and 66. RGB value is (201,255,102). Sum of RGB (Red+Green+Blue) = 201+255+102=558 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.02% from 558); Green value is 255 (100% from 255 or 45.70% from 558); Blue value is 102 (40.23% from 255 or 18.28% from 558); Max value from RGB is 255 - color contains mainly: green. Hex color #C9FF66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9FF66 is #360099. Grayscale: #DDDDDD. Windows color (decimal): -3539098 or 6750153. OLE color: 6750153.

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

Color convert

RGB 201 255 102 -
CMYK 0.21 0 0.6 0
HSL 81.18º 1% 0.7% -
HSV(B) 81.18º 0.6% 1% -
XYZ 62.25 84.9 25.68 -
YUV 221.41 60.61 113.44 -
System Red Green Blue C M Y K H S L
Decimal 201 255 102 0.21 0 0.6 0 81.18 1 0.7
Hex C9 FF 66 15 0 3C 0 51 64 46
Octal 311 377 146 25 0 74 0 121 144 106
Binary 11001001 11111111 1100110 10101 0 111100 0 1010001 1100100 1000110

Color Harmonies of #C9FF66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9FF66

Black with #C9FF66

Text Example


Text Example

White with #C9FF66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9FF66; }

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

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

background-color css

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

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

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

border-color css

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

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

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