#C2DC7A

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

Shades of Sulu #C2DC7A

Tints of Sulu #C2DC7A

Color information

#C2DC7A (or 0xC2DC7A) is unknown color: approx Sulu. HEX triplet: C2, DC and 7A. RGB value is (194,220,122). Sum of RGB (Red+Green+Blue) = 194+220+122=536 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.19% from 536); Green value is 220 (86.33% from 255 or 41.04% from 536); Blue value is 122 (48.05% from 255 or 22.76% from 536); Max value from RGB is 220 - color contains mainly: green. Hex color #C2DC7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2DC7A is #3D2385. Grayscale: #C9C9C9. Windows color (decimal): -4006790 or 8051906. OLE color: 8051906.

HSL color Cylindrical-coordinate representation of color #C2DC7A: hue angle of 75.92º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C2DC7A is Cyan = 0.12, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB194220122-
CMYK0.1200.450.14
HSL75.92º58.33%67.06%-
HSV(B)75.92º44.55%86.27%-
XYZ51.3564.0628.07-
YUV201.0583.39122.97-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.19%
GREEN value IS 220 (86.33% from 255) = 41.04%
BLUE value IS 122 (48.05% from 255) = 22.76%
R=36.19%
G=41.04%
B=22.76%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1942201220.1200.450.1475.9258.3367.06
HexC2DC7AC02DE4c3a43
Octal302334172140551611472103
Binary1100001011011100111101011000101101111010011001110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DC7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DC7A; }

 p { color: rgb(194,220,122); }

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

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

 a { background-color: rgb(194,220,122); }

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

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

 span { border-color: rgb(194,220,122); }

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