#C8ED82

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

Shades of Sulu #C8ED82

Tints of Sulu #C8ED82

Color information

#C8ED82 (or 0xC8ED82) is unknown color: approx Sulu. HEX triplet: C8, ED and 82. RGB value is (200,237,130). Sum of RGB (Red+Green+Blue) = 200+237+130=567 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.27% from 567); Green value is 237 (92.97% from 255 or 41.80% from 567); Blue value is 130 (51.17% from 255 or 22.93% from 567); Max value from RGB is 237 - color contains mainly: green. Hex color #C8ED82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8ED82 is #37127D. Grayscale: #D6D6D6. Windows color (decimal): -3609214 or 8580552. OLE color: 8580552.

HSL color Cylindrical-coordinate representation of color #C8ED82: hue angle of 80.75º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C8ED82 is Cyan = 0.16, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB200237130-
CMYK0.1600.450.07
HSL80.75º74.83%71.96%-
HSV(B)80.75º45.15%92.94%-
XYZ58.1374.4632.43-
YUV213.7480.74118.2-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.27%
GREEN value IS 237 (92.97% from 255) = 41.80%
BLUE value IS 130 (51.17% from 255) = 22.93%
R=35.27%
G=41.80%
B=22.93%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2002371300.1600.450.0780.7574.8371.96
HexC8ED821002D7514b48
Octal310355202200557121113110
Binary110010001110110110000010100000101101111101000110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8ED82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8ED82; }

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

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

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

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

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

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

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

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