#C1DC81

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

Shades of Sulu #C1DC81

Tints of Sulu #C1DC81

Color information

#C1DC81 (or 0xC1DC81) is unknown color: approx Sulu. HEX triplet: C1, DC and 81. RGB value is (193,220,129). Sum of RGB (Red+Green+Blue) = 193+220+129=542 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.61% from 542); Green value is 220 (86.33% from 255 or 40.59% from 542); Blue value is 129 (50.78% from 255 or 23.80% from 542); Max value from RGB is 220 - color contains mainly: green. Hex color #C1DC81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1DC81 is #3E237E. Grayscale: #C9C9C9. Windows color (decimal): -4072319 or 8510657. OLE color: 8510657.

HSL color Cylindrical-coordinate representation of color #C1DC81: hue angle of 77.8º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C1DC81 is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB193220129-
CMYK0.1200.410.14
HSL77.8º56.52%68.43%-
HSV(B)77.8º41.36%86.27%-
XYZ51.5564.1130.43-
YUV201.5587.05121.9-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.61%
GREEN value IS 220 (86.33% from 255) = 40.59%
BLUE value IS 129 (50.78% from 255) = 23.80%
R=35.61%
G=40.59%
B=23.80%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1932201290.1200.410.1477.856.5268.43
HexC1DC81C029E4e3944
Octal301334201140511611671104
Binary11000001110111001000000111000101001111010011101110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1DC81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1DC81; }

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

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

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

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

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

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

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

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