#C1DC83

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

Shades of Sulu #C1DC83

Tints of Sulu #C1DC83

Color information

#C1DC83 (or 0xC1DC83) is unknown color: approx Sulu. HEX triplet: C1, DC and 83. RGB value is (193,220,131). Sum of RGB (Red+Green+Blue) = 193+220+131=544 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.48% from 544); Green value is 220 (86.33% from 255 or 40.44% from 544); Blue value is 131 (51.56% from 255 or 24.08% from 544); Max value from RGB is 220 - color contains mainly: green. Hex color #C1DC83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1DC83 is #3E237C. Grayscale: #CACACA. Windows color (decimal): -4072317 or 8641729. OLE color: 8641729.

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

Color convert

RGB193220131-
CMYK0.1200.400.14
HSL78.2º55.97%68.82%-
HSV(B)78.2º40.45%86.27%-
XYZ51.6864.1631.13-
YUV201.7888.05121.74-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.48%
GREEN value IS 220 (86.33% from 255) = 40.44%
BLUE value IS 131 (51.56% from 255) = 24.08%
R=35.48%
G=40.44%
B=24.08%

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
Decimal1932201310.1200.400.1478.255.9768.82
HexC1DC83C028E4e3845
Octal301334203140501611670105
Binary11000001110111001000001111000101000111010011101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1DC83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1DC83; }

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

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

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

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

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

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

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

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