#C2DC83

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

Shades of Sulu #C2DC83

Tints of Sulu #C2DC83

Color information

#C2DC83 (or 0xC2DC83) is unknown color: approx Sulu. HEX triplet: C2, DC and 83. RGB value is (194,220,131). Sum of RGB (Red+Green+Blue) = 194+220+131=545 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.60% from 545); Green value is 220 (86.33% from 255 or 40.37% from 545); Blue value is 131 (51.56% from 255 or 24.04% from 545); Max value from RGB is 220 - color contains mainly: green. Hex color #C2DC83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2DC83 is #3D237C. Grayscale: #CACACA. Windows color (decimal): -4006781 or 8641730. OLE color: 8641730.

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

Color convert

RGB194220131-
CMYK0.1200.400.14
HSL77.53º55.97%68.82%-
HSV(B)77.53º40.45%86.27%-
XYZ51.9464.2931.15-
YUV202.0887.89122.24-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.60%
GREEN value IS 220 (86.33% from 255) = 40.37%
BLUE value IS 131 (51.56% from 255) = 24.04%
R=35.60%
G=40.37%
B=24.04%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1942201310.1200.400.1477.5355.9768.82
HexC2DC83C028E4e3845
Octal302334203140501611670105
Binary11000010110111001000001111000101000111010011101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DC83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DC83; }

 p { color: rgb(194,220,131); }

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

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

 a { background-color: rgb(194,220,131); }

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

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

 span { border-color: rgb(194,220,131); }

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