Html Css Color HEX #6EB201 Christi

📋 copy color: '#6EB201'

red 110 ◦ green 178 ◦ blue 1

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

Shades of Christi #6EB201

Tints of Christi #6EB201

RGB

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

 GREEN value IS 178 (69.92% from 255) = 61.59%

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

R = 38.06%
G = 61.59%
B = 0.35%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#6EB201 (or 0x6EB201) is known color: Christi. HEX triplet: 6E, B2 and 01. RGB value is (110,178,1). Sum of RGB (Red+Green+Blue) = 110+178+1=289 (38% of max value = 765). Red value is 110 (43.36% from 255 or 38.06% from 289); Green value is 178 (69.92% from 255 or 61.59% from 289); Blue value is 1 (0.78% from 255 or 0.35% from 289); Max value from RGB is 178 - color contains mainly: green. Hex color #6EB201 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6EB201 is #914DFE. Grayscale: #8A8A8A. Windows color (decimal): -9522687 or 111214. OLE color: 111214.

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

Color convert

RGB 110 178 1 -
CMYK 0.38 0 0.99 0.30
HSL 83.05º 0.99% 0.35% -
HSV(B) 83.05º 0.99% 0.7% -
XYZ 22.36 35.16 5.64 -
YUV 137.49 50.97 108.39 -
System Red Green Blue C M Y K H S L
Decimal 110 178 1 0.38 0 0.99 0.30 83.05 0.99 0.35
Hex 6E B2 1 26 0 63 1E 53 63 23
Octal 156 262 1 46 0 143 36 123 143 43
Binary 1101110 10110010 1 100110 0 1100011 11110 1010011 1100011 100011

Color Harmonies of #6EB201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EB201

Black with #6EB201

Text Example


Text Example

White with #6EB201

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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