#C0D982

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

Shades of Sulu #C0D982

Tints of Sulu #C0D982

Color information

#C0D982 (or 0xC0D982) is unknown color: approx Sulu. HEX triplet: C0, D9 and 82. RGB value is (192,217,130). Sum of RGB (Red+Green+Blue) = 192+217+130=539 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.62% from 539); Green value is 217 (85.16% from 255 or 40.26% from 539); Blue value is 130 (51.17% from 255 or 24.12% from 539); Max value from RGB is 217 - color contains mainly: green. Hex color #C0D982 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D982 is #3F267D. Grayscale: #C7C7C7. Windows color (decimal): -4138622 or 8575424. OLE color: 8575424.

HSL color Cylindrical-coordinate representation of color #C0D982: hue angle of 77.24º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C0D982 is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB192217130-
CMYK0.1200.400.15
HSL77.24º53.37%68.04%-
HSV(B)77.24º40.09%85.1%-
XYZ50.5862.4430.51-
YUV199.6188.72122.57-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.62%
GREEN value IS 217 (85.16% from 255) = 40.26%
BLUE value IS 130 (51.17% from 255) = 24.12%
R=35.62%
G=40.26%
B=24.12%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1922171300.1200.400.1577.2453.3768.04
HexC0D982C028F4d3544
Octal300331202140501711565104
Binary11000000110110011000001011000101000111110011011101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D982; }

 p { color: rgb(192,217,130); }

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

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

 a { background-color: rgb(192,217,130); }

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

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

 span { border-color: rgb(192,217,130); }

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