Html Css Color HEX #6ED018 Christi

📋 copy color: '#6ED018'

red 110 ◦ green 208 ◦ blue 24

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

Shades of Christi #6ED018

Tints of Christi #6ED018

RGB

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

 GREEN value IS 208 (81.64% from 255) = 60.82%

 BLUE value IS 24 (9.77% from 255) = 7.02%

R = 32.16%
G = 60.82%
B = 7.02%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#6ED018 (or 0x6ED018) is known color: Christi. HEX triplet: 6E, D0 and 18. RGB value is (110,208,24). Sum of RGB (Red+Green+Blue) = 110+208+24=342 (45% of max value = 765). Red value is 110 (43.36% from 255 or 32.16% from 342); Green value is 208 (81.64% from 255 or 60.82% from 342); Blue value is 24 (9.77% from 255 or 7.02% from 342); Max value from RGB is 208 - color contains mainly: green. Hex color #6ED018 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6ED018 is #912FE7. Grayscale: #9E9E9E. Windows color (decimal): -9514984 or 1626222. OLE color: 1626222.

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

Color convert

RGB 110 208 24 -
CMYK 0.47 0 0.88 0.18
HSL 91.96º 0.79% 0.45% -
HSV(B) 91.96º 0.88% 0.82% -
XYZ 29.15 48.49 8.69 -
YUV 157.72 52.53 93.96 -
System Red Green Blue C M Y K H S L
Decimal 110 208 24 0.47 0 0.88 0.18 91.96 0.79 0.45
Hex 6E D0 18 2F 0 58 12 5C 4F 2D
Octal 156 320 30 57 0 130 22 134 117 55
Binary 1101110 11010000 11000 101111 0 1011000 10010 1011100 1001111 101101

Color Harmonies of #6ED018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ED018

Black with #6ED018

Text Example


Text Example

White with #6ED018

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,208,24); }

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

background-color css

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

 a { background-color: rgb(110,208,24); }

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

border-color css

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

 span { border-color: rgb(110,208,24); }

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