Html Css Color HEX #6ED01D Christi

📋 copy color: '#6ED01D'

red 110 ◦ green 208 ◦ blue 29

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

Shades of Christi #6ED01D

Tints of Christi #6ED01D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.36%

R = 31.7%
G = 59.94%
B = 8.36%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#6ED01D (or 0x6ED01D) is known color: Christi. HEX triplet: 6E, D0 and 1D. RGB value is (110,208,29). Sum of RGB (Red+Green+Blue) = 110+208+29=347 (45% of max value = 765). Red value is 110 (43.36% from 255 or 31.70% from 347); Green value is 208 (81.64% from 255 or 59.94% from 347); Blue value is 29 (11.72% from 255 or 8.36% from 347); Max value from RGB is 208 - color contains mainly: green. Hex color #6ED01D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ED01D is #912FE2. Grayscale: #9E9E9E. Windows color (decimal): -9514979 or 1953902. OLE color: 1953902.

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

Color convert

RGB 110 208 29 -
CMYK 0.47 0 0.86 0.18
HSL 92.85º 0.76% 0.46% -
HSV(B) 92.85º 0.86% 0.82% -
XYZ 29.21 48.52 8.99 -
YUV 158.29 55.03 93.55 -
System Red Green Blue C M Y K H S L
Decimal 110 208 29 0.47 0 0.86 0.18 92.85 0.76 0.46
Hex 6E D0 1D 2F 0 56 12 5D 4C 2E
Octal 156 320 35 57 0 126 22 135 114 56
Binary 1101110 11010000 11101 101111 0 1010110 10010 1011101 1001100 101110

Color Harmonies of #6ED01D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ED01D

Black with #6ED01D

Text Example


Text Example

White with #6ED01D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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