#C7DC82

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

Shades of Sulu #C7DC82

Tints of Sulu #C7DC82

Color information

#C7DC82 (or 0xC7DC82) is unknown color: approx Sulu. HEX triplet: C7, DC and 82. RGB value is (199,220,130). Sum of RGB (Red+Green+Blue) = 199+220+130=549 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.25% from 549); Green value is 220 (86.33% from 255 or 40.07% from 549); Blue value is 130 (51.17% from 255 or 23.68% from 549); Max value from RGB is 220 - color contains mainly: green. Hex color #C7DC82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7DC82 is #38237D. Grayscale: #CBCBCB. Windows color (decimal): -3679102 or 8576199. OLE color: 8576199.

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

Color convert

RGB199220130-
CMYK0.1000.410.14
HSL74º56.25%68.63%-
HSV(B)74º40.91%86.27%-
XYZ53.1864.9430.85-
YUV203.4686.54124.82-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 36.25%
GREEN value IS 220 (86.33% from 255) = 40.07%
BLUE value IS 130 (51.17% from 255) = 23.68%
R=36.25%
G=40.07%
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.14
SystemRedGreenBlueCMYKHSL
Decimal1992201300.1000.410.147456.2568.63
HexC7DC82A029E4a3845
Octal307334202120511611270105
Binary11000111110111001000001010100101001111010010101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7DC82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7DC82; }

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

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

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

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

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

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

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

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