Html Css Color HEX #6EC80D Christi

📋 copy color: '#6EC80D'

red 110 ◦ green 200 ◦ blue 13

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

Shades of Christi #6EC80D

Tints of Christi #6EC80D

RGB

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

 GREEN value IS 200 (78.52% from 255) = 61.92%

 BLUE value IS 13 (5.47% from 255) = 4.02%

R = 34.06%
G = 61.92%
B = 4.02%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#6EC80D (or 0x6EC80D) is known color: Christi. HEX triplet: 6E, C8 and 0D. RGB value is (110,200,13). Sum of RGB (Red+Green+Blue) = 110+200+13=323 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.06% from 323); Green value is 200 (78.52% from 255 or 61.92% from 323); Blue value is 13 (5.47% from 255 or 4.02% from 323); Max value from RGB is 200 - color contains mainly: green. Hex color #6EC80D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6EC80D is #9137F2. Grayscale: #989898. Windows color (decimal): -9517043 or 903278. OLE color: 903278.

HSL color Cylindrical-coordinate representation of color #6EC80D: hue angle of 88.88º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6EC80D is Cyan = 0.45, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 110 200 13 -
CMYK 0.45 0 0.94 0.22
HSL 88.88º 0.88% 0.42% -
HSV(B) 88.88º 0.94% 0.78% -
XYZ 27.16 44.65 7.57 -
YUV 151.77 49.68 98.21 -
System Red Green Blue C M Y K H S L
Decimal 110 200 13 0.45 0 0.94 0.22 88.88 0.88 0.42
Hex 6E C8 D 2D 0 5E 16 59 58 2A
Octal 156 310 15 55 0 136 26 131 130 52
Binary 1101110 11001000 1101 101101 0 1011110 10110 1011001 1011000 101010

Color Harmonies of #6EC80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EC80D

Black with #6EC80D

Text Example


Text Example

White with #6EC80D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,200,13); }

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

background-color css

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

 a { background-color: rgb(110,200,13); }

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

border-color css

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

 span { border-color: rgb(110,200,13); }

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