#6ECD22

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

Shades of Christi #6ECD22

Tints of Christi #6ECD22

Color information

#6ECD22 (or 0x6ECD22) is unknown color: approx Christi. HEX triplet: 6E, CD and 22. RGB value is (110,205,34). Sum of RGB (Red+Green+Blue) = 110+205+34=349 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.52% from 349); Green value is 205 (80.47% from 255 or 58.74% from 349); Blue value is 34 (13.67% from 255 or 9.74% from 349); Max value from RGB is 205 - color contains mainly: green. Hex color #6ECD22 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ECD22 is #9132DD. Grayscale: #9D9D9D. Windows color (decimal): -9515742 or 2280814. OLE color: 2280814.

HSL color Cylindrical-coordinate representation of color #6ECD22: hue angle of 93.33º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6ECD22 is Cyan = 0.46, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.20.

Color convert

RGB11020534-
CMYK0.4600.830.20
HSL93.33º71.55%46.86%-
HSV(B)93.33º83.41%80.39%-
XYZ28.5547.099.1-
YUV157.158.5394.4-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 31.52%
GREEN value IS 205 (80.47% from 255) = 58.74%
BLUE value IS 34 (13.67% from 255) = 9.74%
R=31.52%
G=58.74%
B=9.74%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal110205340.4600.830.2093.3371.5546.86
Hex6ECD222E053145d482f
Octal156315425601232413511057
Binary110111011001101100010101110010100111010010111011001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ECD22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6ECD22; }

 p { color: rgb(110,205,34); }

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

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

 a { background-color: rgb(110,205,34); }

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

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

 span { border-color: rgb(110,205,34); }

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