#C2DD8A

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

Shades of Sulu #C2DD8A

Tints of Sulu #C2DD8A

Color information

#C2DD8A (or 0xC2DD8A) is unknown color: approx Sulu. HEX triplet: C2, DD and 8A. RGB value is (194,221,138). Sum of RGB (Red+Green+Blue) = 194+221+138=553 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.08% from 553); Green value is 221 (86.72% from 255 or 39.96% from 553); Blue value is 138 (54.30% from 255 or 24.95% from 553); Max value from RGB is 221 - color contains mainly: green. Hex color #C2DD8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2DD8A is #3D2275. Grayscale: #CBCBCB. Windows color (decimal): -4006518 or 9100738. OLE color: 9100738.

HSL color Cylindrical-coordinate representation of color #C2DD8A: hue angle of 79.52º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C2DD8A is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB194221138-
CMYK0.1200.380.13
HSL79.52º54.97%70.39%-
HSV(B)79.52º37.56%86.67%-
XYZ52.6965.0233.82-
YUV203.4691.05121.25-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.08%
GREEN value IS 221 (86.72% from 255) = 39.96%
BLUE value IS 138 (54.30% from 255) = 24.95%
R=35.08%
G=39.96%
B=24.95%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1942211380.1200.380.1379.5254.9770.39
HexC2DD8AC026D503746
Octal302335212140461512067106
Binary11000010110111011000101011000100110110110100001101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DD8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DD8A; }

 p { color: rgb(194,221,138); }

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

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

 a { background-color: rgb(194,221,138); }

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

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

 span { border-color: rgb(194,221,138); }

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