#C5DC83

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

Shades of Sulu #C5DC83

Tints of Sulu #C5DC83

Color information

#C5DC83 (or 0xC5DC83) is unknown color: approx Sulu. HEX triplet: C5, DC and 83. RGB value is (197,220,131). Sum of RGB (Red+Green+Blue) = 197+220+131=548 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.95% from 548); Green value is 220 (86.33% from 255 or 40.15% from 548); Blue value is 131 (51.56% from 255 or 23.91% from 548); Max value from RGB is 220 - color contains mainly: green. Hex color #C5DC83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5DC83 is #3A237C. Grayscale: #CBCBCB. Windows color (decimal): -3810173 or 8641733. OLE color: 8641733.

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

Color convert

RGB197220131-
CMYK0.1000.400.14
HSL75.51º55.97%68.82%-
HSV(B)75.51º40.45%86.27%-
XYZ52.7264.731.18-
YUV202.9887.38123.74-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.95%
GREEN value IS 220 (86.33% from 255) = 40.15%
BLUE value IS 131 (51.56% from 255) = 23.91%
R=35.95%
G=40.15%
B=23.91%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1972201310.1000.400.1475.5155.9768.82
HexC5DC83A028E4c3845
Octal305334203120501611470105
Binary11000101110111001000001110100101000111010011001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5DC83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5DC83; }

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

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

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

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

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

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

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

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