#6EBD04

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

Shades of Christi #6EBD04

Tints of Christi #6EBD04

Color information

#6EBD04 (or 0x6EBD04) is unknown color: approx Christi. HEX triplet: 6E, BD and 04. RGB value is (110,189,4). Sum of RGB (Red+Green+Blue) = 110+189+4=303 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.30% from 303); Green value is 189 (74.22% from 255 or 62.38% from 303); Blue value is 4 (1.95% from 255 or 1.32% from 303); Max value from RGB is 189 - color contains mainly: green. Hex color #6EBD04 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6EBD04 is #9142FB. Grayscale: #909090. Windows color (decimal): -9519868 or 310638. OLE color: 310638.

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

Color convert

RGB1101894-
CMYK0.4200.980.26
HSL85.62º95.85%37.84%-
HSV(B)85.62º97.88%74.12%-
XYZ24.6539.726.48-
YUV144.2948.83103.54-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 36.30%
GREEN value IS 189 (74.22% from 255) = 62.38%
BLUE value IS 4 (1.95% from 255) = 1.32%
R=36.30%
G=62.38%
B=1.32%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal11018940.4200.980.2685.6295.8537.84
Hex6EBD42A0621A566026
Octal15627545201423212614046
Binary110111010111101100101010011000101101010101101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EBD04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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