Html Css Color HEX #6EBF01 Christi

📋 copy color: '#6EBF01'

red 110 ◦ green 191 ◦ blue 1

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

Shades of Christi #6EBF01

Tints of Christi #6EBF01

RGB

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

 GREEN value IS 191 (75% from 255) = 63.25%

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

R = 36.42%
G = 63.25%
B = 0.33%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#6EBF01 (or 0x6EBF01) is known color: Christi. HEX triplet: 6E, BF and 01. RGB value is (110,191,1). Sum of RGB (Red+Green+Blue) = 110+191+1=302 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.42% from 302); Green value is 191 (75% from 255 or 63.25% from 302); Blue value is 1 (0.78% from 255 or 0.33% from 302); Max value from RGB is 191 - color contains mainly: green. Hex color #6EBF01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6EBF01 is #9140FE. Grayscale: #919191. Windows color (decimal): -9519359 or 114542. OLE color: 114542.

HSL color Cylindrical-coordinate representation of color #6EBF01: hue angle of 85.58º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6EBF01 is Cyan = 0.42, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB 110 191 1 -
CMYK 0.42 0 0.99 0.25
HSL 85.58º 0.99% 0.38% -
HSV(B) 85.58º 0.99% 0.75% -
XYZ 25.07 40.58 6.54 -
YUV 145.12 46.66 102.95 -
System Red Green Blue C M Y K H S L
Decimal 110 191 1 0.42 0 0.99 0.25 85.58 0.99 0.38
Hex 6E BF 1 2A 0 63 19 56 63 26
Octal 156 277 1 52 0 143 31 126 143 46
Binary 1101110 10111111 1 101010 0 1100011 11001 1010110 1100011 100110

Color Harmonies of #6EBF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EBF01

Black with #6EBF01

Text Example


Text Example

White with #6EBF01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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