#6EBF1F

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

Shades of Christi #6EBF1F

Tints of Christi #6EBF1F

Color information

#6EBF1F (or 0x6EBF1F) is unknown color: approx Christi. HEX triplet: 6E, BF and 1F. RGB value is (110,191,31). Sum of RGB (Red+Green+Blue) = 110+191+31=332 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.13% from 332); Green value is 191 (75% from 255 or 57.53% from 332); Blue value is 31 (12.5% from 255 or 9.34% from 332); Max value from RGB is 191 - color contains mainly: green. Hex color #6EBF1F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6EBF1F is #9140E0. Grayscale: #959595. Windows color (decimal): -9519329 or 2080622. OLE color: 2080622.

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

Color convert

RGB11019131-
CMYK0.4200.840.25
HSL90.38º72.07%43.53%-
HSV(B)90.38º83.77%74.9%-
XYZ25.3140.687.81-
YUV148.5461.66100.51-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 33.13%
GREEN value IS 191 (75% from 255) = 57.53%
BLUE value IS 31 (12.5% from 255) = 9.34%
R=33.13%
G=57.53%
B=9.34%

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
Decimal110191310.4200.840.2590.3872.0743.53
Hex6EBF1F2A054195a482c
Octal156277375201243113211054
Binary11011101011111111111101010010101001100110110101001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EBF1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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