#C8FA66

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

Shades of Sulu #C8FA66

Tints of Sulu #C8FA66

Color information

#C8FA66 (or 0xC8FA66) is unknown color: approx Sulu. HEX triplet: C8, FA and 66. RGB value is (200,250,102). Sum of RGB (Red+Green+Blue) = 200+250+102=552 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.23% from 552); Green value is 250 (98.05% from 255 or 45.29% from 552); Blue value is 102 (40.23% from 255 or 18.48% from 552); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FA66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8FA66 is #370599. Grayscale: #DADADA. Windows color (decimal): -3605914 or 6748872. OLE color: 6748872.

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

Color convert

RGB200250102-
CMYK0.200.590.02
HSL80.27º93.67%69.02%-
HSV(B)80.27º59.2%98.04%-
XYZ60.481.6125.14-
YUV218.1862.44115.03-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.23%
GREEN value IS 250 (98.05% from 255) = 45.29%
BLUE value IS 102 (40.23% from 255) = 18.48%
R=36.23%
G=45.29%
B=18.48%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2002501020.200.590.0280.2793.6769.02
HexC8FA661403B2505e45
Octal310372146240732120136105
Binary1100100011111010110011010100011101110101000010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8FA66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8FA66; }

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

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

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

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

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

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

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

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