Html Css Color HEX #6EBA01 Christi

📋 copy color: '#6EBA01'

red 110 ◦ green 186 ◦ blue 1

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

Shades of Christi #6EBA01

Tints of Christi #6EBA01

RGB

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

 GREEN value IS 186 (73.05% from 255) = 62.63%

 BLUE value IS 1 (0.78% from 255) = 0.34%

R = 37.04%
G = 62.63%
B = 0.34%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#6EBA01 (or 0x6EBA01) is known color: Christi. HEX triplet: 6E, BA and 01. RGB value is (110,186,1). Sum of RGB (Red+Green+Blue) = 110+186+1=297 (39% of max value = 765). Red value is 110 (43.36% from 255 or 37.04% from 297); Green value is 186 (73.05% from 255 or 62.63% from 297); Blue value is 1 (0.78% from 255 or 0.34% from 297); Max value from RGB is 186 - color contains mainly: green. Hex color #6EBA01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6EBA01 is #9145FE. Grayscale: #8E8E8E. Windows color (decimal): -9520639 or 113262. OLE color: 113262.

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

Color convert

RGB 110 186 1 -
CMYK 0.41 0 0.99 0.27
HSL 84.65º 0.99% 0.37% -
HSV(B) 84.65º 0.99% 0.73% -
XYZ 23.99 38.44 6.18 -
YUV 142.19 48.32 105.04 -
System Red Green Blue C M Y K H S L
Decimal 110 186 1 0.41 0 0.99 0.27 84.65 0.99 0.37
Hex 6E BA 1 29 0 63 1B 55 63 25
Octal 156 272 1 51 0 143 33 125 143 45
Binary 1101110 10111010 1 101001 0 1100011 11011 1010101 1100011 100101

Color Harmonies of #6EBA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EBA01

Black with #6EBA01

Text Example


Text Example

White with #6EBA01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,186,1); }

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

background-color css

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

 a { background-color: rgb(110,186,1); }

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

border-color css

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

 span { border-color: rgb(110,186,1); }

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