#C2DA7C

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

Shades of Sulu #C2DA7C

Tints of Sulu #C2DA7C

Color information

#C2DA7C (or 0xC2DA7C) is unknown color: approx Sulu. HEX triplet: C2, DA and 7C. RGB value is (194,218,124). Sum of RGB (Red+Green+Blue) = 194+218+124=536 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.19% from 536); Green value is 218 (85.55% from 255 or 40.67% from 536); Blue value is 124 (48.83% from 255 or 23.13% from 536); Max value from RGB is 218 - color contains mainly: green. Hex color #C2DA7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2DA7C is #3D2583. Grayscale: #C8C8C8. Windows color (decimal): -4007300 or 8182466. OLE color: 8182466.

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

Color convert

RGB194218124-
CMYK0.1100.430.15
HSL75.32º55.95%67.06%-
HSV(B)75.32º43.12%85.49%-
XYZ50.9663.0728.56-
YUV200.1185.05123.64-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.19%
GREEN value IS 218 (85.55% from 255) = 40.67%
BLUE value IS 124 (48.83% from 255) = 23.13%
R=36.19%
G=40.67%
B=23.13%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1942181240.1100.430.1575.3255.9567.06
HexC2DA7CB02BF4b3843
Octal302332174130531711370103
Binary1100001011011010111110010110101011111110010111110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DA7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DA7C; }

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

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

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

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

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

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

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

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