#C7DD82

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

Shades of Sulu #C7DD82

Tints of Sulu #C7DD82

Color information

#C7DD82 (or 0xC7DD82) is unknown color: approx Sulu. HEX triplet: C7, DD and 82. RGB value is (199,221,130). Sum of RGB (Red+Green+Blue) = 199+221+130=550 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.18% from 550); Green value is 221 (86.72% from 255 or 40.18% from 550); Blue value is 130 (51.17% from 255 or 23.64% from 550); Max value from RGB is 221 - color contains mainly: green. Hex color #C7DD82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7DD82 is #38227D. Grayscale: #CCCCCC. Windows color (decimal): -3678846 or 8576455. OLE color: 8576455.

HSL color Cylindrical-coordinate representation of color #C7DD82: hue angle of 74.51º 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 #C7DD82 is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB199221130-
CMYK0.1000.410.13
HSL74.51º57.23%68.82%-
HSV(B)74.51º41.18%86.67%-
XYZ53.4465.4730.94-
YUV204.0586.21124.4-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 36.18%
GREEN value IS 221 (86.72% from 255) = 40.18%
BLUE value IS 130 (51.17% from 255) = 23.64%
R=36.18%
G=40.18%
B=23.64%

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
Decimal1992211300.1000.410.1374.5157.2368.82
HexC7DD82A029D4b3945
Octal307335202120511511371105
Binary11000111110111011000001010100101001110110010111110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7DD82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7DD82; }

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

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

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

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

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

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

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

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