#6EBF1E

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

Shades of Christi #6EBF1E

Tints of Christi #6EBF1E

Color information

#6EBF1E (or 0x6EBF1E) is unknown color: approx Christi. HEX triplet: 6E, BF and 1E. RGB value is (110,191,30). Sum of RGB (Red+Green+Blue) = 110+191+30=331 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.23% from 331); Green value is 191 (75% from 255 or 57.70% from 331); Blue value is 30 (12.11% from 255 or 9.06% from 331); Max value from RGB is 191 - color contains mainly: green. Hex color #6EBF1E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6EBF1E is #9140E1. Grayscale: #949494. Windows color (decimal): -9519330 or 2015086. OLE color: 2015086.

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

Color convert

RGB11019130-
CMYK0.4200.840.25
HSL90.19º72.85%43.33%-
HSV(B)90.19º84.29%74.9%-
XYZ25.340.677.75-
YUV148.4361.16100.59-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 33.23%
GREEN value IS 191 (75% from 255) = 57.70%
BLUE value IS 30 (12.11% from 255) = 9.06%
R=33.23%
G=57.70%
B=9.06%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal110191300.4200.840.2590.1972.8543.33
Hex6EBF1E2A054195a492b
Octal156277365201243113211153
Binary11011101011111111110101010010101001100110110101001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EBF1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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