#C2DA7F

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

Shades of Sulu #C2DA7F

Tints of Sulu #C2DA7F

Color information

#C2DA7F (or 0xC2DA7F) is unknown color: approx Sulu. HEX triplet: C2, DA and 7F. RGB value is (194,218,127). Sum of RGB (Red+Green+Blue) = 194+218+127=539 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.99% from 539); Green value is 218 (85.55% from 255 or 40.45% from 539); Blue value is 127 (50% from 255 or 23.56% from 539); Max value from RGB is 218 - color contains mainly: green. Hex color #C2DA7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2DA7F is #3D2580. Grayscale: #C8C8C8. Windows color (decimal): -4007297 or 8379074. OLE color: 8379074.

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

Color convert

RGB194218127-
CMYK0.1100.420.15
HSL75.82º55.15%67.65%-
HSV(B)75.82º41.74%85.49%-
XYZ51.1563.1429.57-
YUV200.4586.55123.4-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.99%
GREEN value IS 218 (85.55% from 255) = 40.45%
BLUE value IS 127 (50% from 255) = 23.56%
R=35.99%
G=40.45%
B=23.56%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1942181270.1100.420.1575.8255.1567.65
HexC2DA7FB02AF4c3744
Octal302332177130521711467104
Binary1100001011011010111111110110101010111110011001101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DA7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DA7F; }

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

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

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

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

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

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

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

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