#C6DD82

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

Shades of Sulu #C6DD82

Tints of Sulu #C6DD82

Color information

#C6DD82 (or 0xC6DD82) is unknown color: approx Sulu. HEX triplet: C6, DD and 82. RGB value is (198,221,130). Sum of RGB (Red+Green+Blue) = 198+221+130=549 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.07% from 549); Green value is 221 (86.72% from 255 or 40.26% from 549); Blue value is 130 (51.17% from 255 or 23.68% from 549); Max value from RGB is 221 - color contains mainly: green. Hex color #C6DD82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6DD82 is #39227D. Grayscale: #CCCCCC. Windows color (decimal): -3744382 or 8576454. OLE color: 8576454.

HSL color Cylindrical-coordinate representation of color #C6DD82: hue angle of 75.16º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C6DD82 is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB198221130-
CMYK0.1000.410.13
HSL75.16º57.23%68.82%-
HSV(B)75.16º41.18%86.67%-
XYZ53.1765.3330.93-
YUV203.7586.38123.9-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.07%
GREEN value IS 221 (86.72% from 255) = 40.26%
BLUE value IS 130 (51.17% from 255) = 23.68%
R=36.07%
G=40.26%
B=23.68%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1982211300.1000.410.1375.1657.2368.82
HexC6DD82A029D4b3945
Octal306335202120511511371105
Binary11000110110111011000001010100101001110110010111110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6DD82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6DD82; }

 p { color: rgb(198,221,130); }

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

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

 a { background-color: rgb(198,221,130); }

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

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

 span { border-color: rgb(198,221,130); }

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