Html Css Color HEX #6ED01C Christi

📋 copy color: '#6ED01C'

red 110 ◦ green 208 ◦ blue 28

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

Shades of Christi #6ED01C

Tints of Christi #6ED01C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.09%

R = 31.79%
G = 60.12%
B = 8.09%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#6ED01C (or 0x6ED01C) is known color: Christi. HEX triplet: 6E, D0 and 1C. RGB value is (110,208,28). Sum of RGB (Red+Green+Blue) = 110+208+28=346 (45% of max value = 765). Red value is 110 (43.36% from 255 or 31.79% from 346); Green value is 208 (81.64% from 255 or 60.12% from 346); Blue value is 28 (11.33% from 255 or 8.09% from 346); Max value from RGB is 208 - color contains mainly: green. Hex color #6ED01C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ED01C is #912FE3. Grayscale: #9E9E9E. Windows color (decimal): -9514980 or 1888366. OLE color: 1888366.

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

Color convert

RGB 110 208 28 -
CMYK 0.47 0 0.87 0.18
HSL 92.67º 0.76% 0.46% -
HSV(B) 92.67º 0.87% 0.82% -
XYZ 29.2 48.51 8.92 -
YUV 158.18 54.53 93.64 -
System Red Green Blue C M Y K H S L
Decimal 110 208 28 0.47 0 0.87 0.18 92.67 0.76 0.46
Hex 6E D0 1C 2F 0 57 12 5D 4C 2E
Octal 156 320 34 57 0 127 22 135 114 56
Binary 1101110 11010000 11100 101111 0 1010111 10010 1011101 1001100 101110

Color Harmonies of #6ED01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ED01C

Black with #6ED01C

Text Example


Text Example

White with #6ED01C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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