#C8FC82

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

Shades of Sulu #C8FC82

Tints of Sulu #C8FC82

Color information

#C8FC82 (or 0xC8FC82) is unknown color: approx Sulu. HEX triplet: C8, FC and 82. RGB value is (200,252,130). Sum of RGB (Red+Green+Blue) = 200+252+130=582 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.36% from 582); Green value is 252 (98.83% from 255 or 43.30% from 582); Blue value is 130 (51.17% from 255 or 22.34% from 582); Max value from RGB is 252 - color contains mainly: green. Hex color #C8FC82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8FC82 is #37037D. Grayscale: #DEDEDE. Windows color (decimal): -3605374 or 8584392. OLE color: 8584392.

HSL color Cylindrical-coordinate representation of color #C8FC82: hue angle of 85.57º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C8FC82 is Cyan = 0.21, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.01.

Color convert

RGB200252130-
CMYK0.2100.480.01
HSL85.57º95.31%74.9%-
HSV(B)85.57º48.41%98.82%-
XYZ62.6683.5133.94-
YUV222.5475.77111.92-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.36%
GREEN value IS 252 (98.83% from 255) = 43.30%
BLUE value IS 130 (51.17% from 255) = 22.34%
R=34.36%
G=43.30%
B=22.34%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2002521300.2100.480.0185.5795.3174.9
HexC8FC82150301565f4b
Octal310374202250601126137113
Binary1100100011111100100000101010101100001101011010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8FC82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8FC82; }

 p { color: rgb(200,252,130); }

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

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

 a { background-color: rgb(200,252,130); }

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

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

 span { border-color: rgb(200,252,130); }

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