#6EBF0F

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

Shades of Christi #6EBF0F

Tints of Christi #6EBF0F

Color information

#6EBF0F (or 0x6EBF0F) is unknown color: approx Christi. HEX triplet: 6E, BF and 0F. RGB value is (110,191,15). Sum of RGB (Red+Green+Blue) = 110+191+15=316 (41% of max value = 765). Red value is 110 (43.36% from 255 or 34.81% from 316); Green value is 191 (75% from 255 or 60.44% from 316); Blue value is 15 (6.25% from 255 or 4.75% from 316); Max value from RGB is 191 - color contains mainly: green. Hex color #6EBF0F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6EBF0F is #9140F0. Grayscale: #939393. Windows color (decimal): -9519345 or 1032046. OLE color: 1032046.

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

Color convert

RGB11019115-
CMYK0.4200.920.25
HSL87.61º85.44%40.39%-
HSV(B)87.61º92.15%74.9%-
XYZ25.1540.616.97-
YUV146.7253.66101.81-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 34.81%
GREEN value IS 191 (75% from 255) = 60.44%
BLUE value IS 15 (6.25% from 255) = 4.75%
R=34.81%
G=60.44%
B=4.75%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal110191150.4200.920.2587.6185.4440.39
Hex6EBFF2A05C19585528
Octal156277175201343113012550
Binary1101110101111111111101010010111001100110110001010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EBF0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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