#C0D883

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

Shades of Sulu #C0D883

Tints of Sulu #C0D883

Color information

#C0D883 (or 0xC0D883) is unknown color: approx Sulu. HEX triplet: C0, D8 and 83. RGB value is (192,216,131). Sum of RGB (Red+Green+Blue) = 192+216+131=539 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.62% from 539); Green value is 216 (84.77% from 255 or 40.07% from 539); Blue value is 131 (51.56% from 255 or 24.30% from 539); Max value from RGB is 216 - color contains mainly: green. Hex color #C0D883 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D883 is #3F277C. Grayscale: #C7C7C7. Windows color (decimal): -4138877 or 8640704. OLE color: 8640704.

HSL color Cylindrical-coordinate representation of color #C0D883: hue angle of 76.94º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C0D883 is Cyan = 0.11, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB192216131-
CMYK0.1100.390.15
HSL76.94º52.15%68.04%-
HSV(B)76.94º39.35%84.71%-
XYZ50.3961.9630.78-
YUV199.1389.55122.91-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.62%
GREEN value IS 216 (84.77% from 255) = 40.07%
BLUE value IS 131 (51.56% from 255) = 24.30%
R=35.62%
G=40.07%
B=24.30%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1922161310.1100.390.1576.9452.1568.04
HexC0D883B027F4d3444
Octal300330203130471711564104
Binary11000000110110001000001110110100111111110011011101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D883; }

 p { color: rgb(192,216,131); }

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

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

 a { background-color: rgb(192,216,131); }

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

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

 span { border-color: rgb(192,216,131); }

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