#C2DA90

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

Shades of Sulu #C2DA90

Tints of Sulu #C2DA90

Color information

#C2DA90 (or 0xC2DA90) is unknown color: approx Sulu. HEX triplet: C2, DA and 90. RGB value is (194,218,144). Sum of RGB (Red+Green+Blue) = 194+218+144=556 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.89% from 556); Green value is 218 (85.55% from 255 or 39.21% from 556); Blue value is 144 (56.64% from 255 or 25.90% from 556); Max value from RGB is 218 - color contains mainly: green. Hex color #C2DA90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2DA90 is #3D256F. Grayscale: #CACACA. Windows color (decimal): -4007280 or 9493186. OLE color: 9493186.

HSL color Cylindrical-coordinate representation of color #C2DA90: hue angle of 79.46º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C2DA90 is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB194218144-
CMYK0.1100.340.15
HSL79.46º50%70.98%-
HSV(B)79.46º33.94%85.49%-
XYZ52.3563.6335.91-
YUV202.3995.05122.02-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.89%
GREEN value IS 218 (85.55% from 255) = 39.21%
BLUE value IS 144 (56.64% from 255) = 25.90%
R=34.89%
G=39.21%
B=25.90%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1942181440.1100.340.1579.465070.98
HexC2DA90B022F4f3247
Octal302332220130421711762107
Binary11000010110110101001000010110100010111110011111100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DA90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DA90; }

 p { color: rgb(194,218,144); }

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

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

 a { background-color: rgb(194,218,144); }

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

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

 span { border-color: rgb(194,218,144); }

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