#6EBA30

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

Shades of Christi #6EBA30

Tints of Christi #6EBA30

Color information

#6EBA30 (or 0x6EBA30) is unknown color: approx Christi. HEX triplet: 6E, BA and 30. RGB value is (110,186,48). Sum of RGB (Red+Green+Blue) = 110+186+48=344 (45% of max value = 765). Red value is 110 (43.36% from 255 or 31.98% from 344); Green value is 186 (73.05% from 255 or 54.07% from 344); Blue value is 48 (19.14% from 255 or 13.95% from 344); Max value from RGB is 186 - color contains mainly: green. Hex color #6EBA30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6EBA30 is #9145CF. Grayscale: #949494. Windows color (decimal): -9520592 or 3193454. OLE color: 3193454.

HSL color Cylindrical-coordinate representation of color #6EBA30: hue angle of 93.04º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6EBA30 is Cyan = 0.41, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB11018648-
CMYK0.4100.740.27
HSL93.04º58.97%45.88%-
HSV(B)93.04º74.19%72.94%-
XYZ24.5238.658.96-
YUV147.5471.82101.22-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 31.98%
GREEN value IS 186 (73.05% from 255) = 54.07%
BLUE value IS 48 (19.14% from 255) = 13.95%
R=31.98%
G=54.07%
B=13.95%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal110186480.4100.740.2793.0458.9745.88
Hex6EBA302904A1B5d3b2e
Octal15627260510112331357356
Binary11011101011101011000010100101001010110111011101111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EBA30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,186,48); }

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

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

 a { background-color: rgb(110,186,48); }

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

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

 span { border-color: rgb(110,186,48); }

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