#C1DD6D

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

Shades of Sulu #C1DD6D

Tints of Sulu #C1DD6D

Color information

#C1DD6D (or 0xC1DD6D) is unknown color: approx Sulu. HEX triplet: C1, DD and 6D. RGB value is (193,221,109). Sum of RGB (Red+Green+Blue) = 193+221+109=523 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.90% from 523); Green value is 221 (86.72% from 255 or 42.26% from 523); Blue value is 109 (42.97% from 255 or 20.84% from 523); Max value from RGB is 221 - color contains mainly: green. Hex color #C1DD6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1DD6D is #3E2292. Grayscale: #C8C8C8. Windows color (decimal): -4072083 or 7200193. OLE color: 7200193.

HSL color Cylindrical-coordinate representation of color #C1DD6D: hue angle of 75º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C1DD6D is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB193221109-
CMYK0.1300.510.13
HSL75º62.22%64.71%-
HSV(B)75º50.68%86.67%-
XYZ50.6164.1524.18-
YUV199.8676.72123.11-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.90%
GREEN value IS 221 (86.72% from 255) = 42.26%
BLUE value IS 109 (42.97% from 255) = 20.84%
R=36.90%
G=42.26%
B=20.84%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1932211090.1300.510.137562.2264.71
HexC1DD6DD033D4b3e41
Octal301335155150631511376101
Binary1100000111011101110110111010110011110110010111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1DD6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1DD6D; }

 p { color: rgb(193,221,109); }

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

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

 a { background-color: rgb(193,221,109); }

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

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

 span { border-color: rgb(193,221,109); }

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