#C8FF66

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

Shades of Sulu #C8FF66

Tints of Sulu #C8FF66

Color information

#C8FF66 (or 0xC8FF66) is unknown color: approx Sulu. HEX triplet: C8, FF and 66. RGB value is (200,255,102). Sum of RGB (Red+Green+Blue) = 200+255+102=557 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.91% from 557); Green value is 255 (100% from 255 or 45.78% from 557); Blue value is 102 (40.23% from 255 or 18.31% from 557); Max value from RGB is 255 - color contains mainly: green. Hex color #C8FF66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8FF66 is #370099. Grayscale: #DDDDDD. Windows color (decimal): -3604634 or 6750152. OLE color: 6750152.

HSL color Cylindrical-coordinate representation of color #C8FF66: hue angle of 81.57º 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 #C8FF66 is Cyan = 0.22, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.

Color convert

RGB200255102-
CMYK0.2200.60
HSL81.57º100%70%-
HSV(B)81.57º60%100%-
XYZ61.9884.7625.66-
YUV221.1160.78112.94-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.91%
GREEN value IS 255 (100% from 255) = 45.78%
BLUE value IS 102 (40.23% from 255) = 18.31%
R=35.91%
G=45.78%
B=18.31%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2002551020.2200.6081.5710070
HexC8FF661603C0526446
Octal310377146260740122144106
Binary110010001111111111001101011001111000101001011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8FF66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8FF66; }

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

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

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

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

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

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

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

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