#C2DA75

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

Shades of Sulu #C2DA75

Tints of Sulu #C2DA75

Color information

#C2DA75 (or 0xC2DA75) is unknown color: approx Sulu. HEX triplet: C2, DA and 75. RGB value is (194,218,117). Sum of RGB (Red+Green+Blue) = 194+218+117=529 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.67% from 529); Green value is 218 (85.55% from 255 or 41.21% from 529); Blue value is 117 (46.09% from 255 or 22.12% from 529); Max value from RGB is 218 - color contains mainly: green. Hex color #C2DA75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2DA75 is #3D258A. Grayscale: #C7C7C7. Windows color (decimal): -4007307 or 7723714. OLE color: 7723714.

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

Color convert

RGB194218117-
CMYK0.1100.460.15
HSL74.26º57.71%65.69%-
HSV(B)74.26º46.33%85.49%-
XYZ50.5362.926.31-
YUV199.3181.55124.21-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.67%
GREEN value IS 218 (85.55% from 255) = 41.21%
BLUE value IS 117 (46.09% from 255) = 22.12%
R=36.67%
G=41.21%
B=22.12%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1942181170.1100.460.1574.2657.7165.69
HexC2DA75B02EF4a3a42
Octal302332165130561711272102
Binary1100001011011010111010110110101110111110010101110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DA75; }

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

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

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

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

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

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

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

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