#6EBF04

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

Shades of Christi #6EBF04

Tints of Christi #6EBF04

Color information

#6EBF04 (or 0x6EBF04) is unknown color: approx Christi. HEX triplet: 6E, BF and 04. RGB value is (110,191,4). Sum of RGB (Red+Green+Blue) = 110+191+4=305 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.07% from 305); Green value is 191 (75% from 255 or 62.62% from 305); Blue value is 4 (1.95% from 255 or 1.31% from 305); Max value from RGB is 191 - color contains mainly: green. Hex color #6EBF04 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6EBF04 is #9140FB. Grayscale: #929292. Windows color (decimal): -9519356 or 311150. OLE color: 311150.

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

Color convert

RGB1101914-
CMYK0.4200.980.25
HSL85.99º95.9%38.24%-
HSV(B)85.99º97.91%74.9%-
XYZ25.0840.596.63-
YUV145.4648.16102.71-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 36.07%
GREEN value IS 191 (75% from 255) = 62.62%
BLUE value IS 4 (1.95% from 255) = 1.31%
R=36.07%
G=62.62%
B=1.31%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal11019140.4200.980.2585.9995.938.24
Hex6EBF42A06219566026
Octal15627745201423112614046
Binary110111010111111100101010011000101100110101101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EBF04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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