#6EBF00

Color #6EBF00 Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #6EBF00

Tints of Christi #6EBF00

Color information

#6EBF00 (or 0x6EBF00) is unknown color: approx Christi. HEX triplet: 6E, BF and 00. RGB value is (110,191,0). Sum of RGB (Red+Green+Blue) = 110+191+0=301 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.54% from 301); Green value is 191 (75% from 255 or 63.46% from 301); Blue value is 0 (0.39% from 255 or 0% from 301); Max value from RGB is 191 - color contains mainly: green. Hex color #6EBF00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6EBF00 is #9140FF. Grayscale: #919191. Windows color (decimal): -9519360 or 49006. OLE color: 49006.

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

Color convert

RGB1101910-
CMYK0.42010.25
HSL85.45º100%37.45%-
HSV(B)85.45º100%74.9%-
XYZ25.0640.586.51-
YUV145.0146.16103.03-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 36.54%
GREEN value IS 191 (75% from 255) = 63.46%
BLUE value IS 0 (0.39% from 255) = 0%
R=36.54%
G=63.46%
B=0%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal11019100.42010.2585.4510037.45
Hex6EBF02A06419556425
Octal15627705201443112514445
Binary1101110101111110101010011001001100110101011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EBF00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6EBF00;
 }
 .AnyTagClassName
 {
   color: #6EBF00;
 }
</style>
background-color css

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

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

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

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

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

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