Html Css Color HEX #6EBB14 Christi

📋 copy color: '#6EBB14'

red 110 ◦ green 187 ◦ blue 20

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

Shades of Christi #6EBB14

Tints of Christi #6EBB14

RGB

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

 GREEN value IS 187 (73.44% from 255) = 58.99%

 BLUE value IS 20 (8.2% from 255) = 6.31%

R = 34.7%
G = 58.99%
B = 6.31%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#6EBB14 (or 0x6EBB14) is known color: Christi. HEX triplet: 6E, BB and 14. RGB value is (110,187,20). Sum of RGB (Red+Green+Blue) = 110+187+20=317 (41% of max value = 765). Red value is 110 (43.36% from 255 or 34.70% from 317); Green value is 187 (73.44% from 255 or 58.99% from 317); Blue value is 20 (8.20% from 255 or 6.31% from 317); Max value from RGB is 187 - color contains mainly: green. Hex color #6EBB14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6EBB14 is #9144EB. Grayscale: #919191. Windows color (decimal): -9520364 or 1358702. OLE color: 1358702.

HSL color Cylindrical-coordinate representation of color #6EBB14: hue angle of 87.66º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6EBB14 is Cyan = 0.41, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 110 187 20 -
CMYK 0.41 0 0.89 0.27
HSL 87.66º 0.81% 0.41% -
HSV(B) 87.66º 0.89% 0.73% -
XYZ 24.33 38.91 6.89 -
YUV 144.94 57.49 103.08 -
System Red Green Blue C M Y K H S L
Decimal 110 187 20 0.41 0 0.89 0.27 87.66 0.81 0.41
Hex 6E BB 14 29 0 59 1B 58 51 29
Octal 156 273 24 51 0 131 33 130 121 51
Binary 1101110 10111011 10100 101001 0 1011001 11011 1011000 1010001 101001

Color Harmonies of #6EBB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EBB14

Black with #6EBB14

Text Example


Text Example

White with #6EBB14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,187,20); }

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

background-color css

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

 a { background-color: rgb(110,187,20); }

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

border-color css

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

 span { border-color: rgb(110,187,20); }

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