Html Css Color HEX #6ED116 Christi

📋 copy color: '#6ED116'

red 110 ◦ green 209 ◦ blue 22

#6ED116
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Christi #6ED116

Tints of Christi #6ED116

RGB

 RED value IS 110 (43.36% from 255) = 32.26%

 GREEN value IS 209 (82.03% from 255) = 61.29%

 BLUE value IS 22 (8.98% from 255) = 6.45%

R = 32.26%
G = 61.29%
B = 6.45%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#6ED116 (or 0x6ED116) is known color: Christi. HEX triplet: 6E, D1 and 16. RGB value is (110,209,22). Sum of RGB (Red+Green+Blue) = 110+209+22=341 (45% of max value = 765). Red value is 110 (43.36% from 255 or 32.26% from 341); Green value is 209 (82.03% from 255 or 61.29% from 341); Blue value is 22 (8.98% from 255 or 6.45% from 341); Max value from RGB is 209 - color contains mainly: green. Hex color #6ED116 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6ED116 is #912EE9. Grayscale: #9E9E9E. Windows color (decimal): -9514730 or 1495406. OLE color: 1495406.

HSL color Cylindrical-coordinate representation of color #6ED116: hue angle of 91.76º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6ED116 is Cyan = 0.47, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB 110 209 22 -
CMYK 0.47 0 0.89 0.18
HSL 91.76º 0.81% 0.45% -
HSV(B) 91.76º 0.89% 0.82% -
XYZ 29.38 48.97 8.66 -
YUV 158.08 51.2 93.71 -
System Red Green Blue C M Y K H S L
Decimal 110 209 22 0.47 0 0.89 0.18 91.76 0.81 0.45
Hex 6E D1 16 2F 0 59 12 5C 51 2D
Octal 156 321 26 57 0 131 22 134 121 55
Binary 1101110 11010001 10110 101111 0 1011001 10010 1011100 1010001 101101

Color Harmonies of #6ED116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ED116

Black with #6ED116

Text Example


Text Example

White with #6ED116

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,209,22); }

 H1.HeaderClassName
 {
   color: #6ED116;
 }
 .AnyTagClassName
 {
   color: #6ED116;
 }
</style>

background-color css

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

 a { background-color: rgb(110,209,22); }

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

border-color css

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

 span { border-color: rgb(110,209,22); }

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