#C8FD66

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

Shades of Sulu #C8FD66

Tints of Sulu #C8FD66

Color information

#C8FD66 (or 0xC8FD66) is unknown color: approx Sulu. HEX triplet: C8, FD and 66. RGB value is (200,253,102). Sum of RGB (Red+Green+Blue) = 200+253+102=555 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.04% from 555); Green value is 253 (99.22% from 255 or 45.59% from 555); Blue value is 102 (40.23% from 255 or 18.38% from 555); Max value from RGB is 253 - color contains mainly: green. Hex color #C8FD66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8FD66 is #370299. Grayscale: #DCDCDC. Windows color (decimal): -3605146 or 6749640. OLE color: 6749640.

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

Color convert

RGB200253102-
CMYK0.2100.600.01
HSL81.06º97.42%69.61%-
HSV(B)81.06º59.68%99.22%-
XYZ61.3483.4925.45-
YUV219.9461.44113.78-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.04%
GREEN value IS 253 (99.22% from 255) = 45.59%
BLUE value IS 102 (40.23% from 255) = 18.38%
R=36.04%
G=45.59%
B=18.38%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2002531020.2100.600.0181.0697.4269.61
HexC8FD661503C1516146
Octal310375146250741121141106
Binary110010001111110111001101010101111001101000111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8FD66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8FD66; }

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

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

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

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

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

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

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

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