#6EBF12

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

Shades of Christi #6EBF12

Tints of Christi #6EBF12

Color information

#6EBF12 (or 0x6EBF12) is unknown color: approx Christi. HEX triplet: 6E, BF and 12. RGB value is (110,191,18). Sum of RGB (Red+Green+Blue) = 110+191+18=319 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.48% from 319); Green value is 191 (75% from 255 or 59.87% from 319); Blue value is 18 (7.42% from 255 or 5.64% from 319); Max value from RGB is 191 - color contains mainly: green. Hex color #6EBF12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6EBF12 is #9140ED. Grayscale: #939393. Windows color (decimal): -9519342 or 1228654. OLE color: 1228654.

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

Color convert

RGB11019118-
CMYK0.4200.910.25
HSL88.09º82.78%40.98%-
HSV(B)88.09º90.58%74.9%-
XYZ25.1740.627.09-
YUV147.0655.16101.57-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 34.48%
GREEN value IS 191 (75% from 255) = 59.87%
BLUE value IS 18 (7.42% from 255) = 5.64%
R=34.48%
G=59.87%
B=5.64%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal110191180.4200.910.2588.0982.7840.98
Hex6EBF122A05B19585329
Octal156277225201333113012351
Binary11011101011111110010101010010110111100110110001010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EBF12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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