#6EB525

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

Shades of Christi #6EB525

Tints of Christi #6EB525

Color information

#6EB525 (or 0x6EB525) is unknown color: approx Christi. HEX triplet: 6E, B5 and 25. RGB value is (110,181,37). Sum of RGB (Red+Green+Blue) = 110+181+37=328 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.54% from 328); Green value is 181 (71.09% from 255 or 55.18% from 328); Blue value is 37 (14.84% from 255 or 11.28% from 328); Max value from RGB is 181 - color contains mainly: green. Hex color #6EB525 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6EB525 is #914ADA. Grayscale: #8F8F8F. Windows color (decimal): -9521883 or 2471278. OLE color: 2471278.

HSL color Cylindrical-coordinate representation of color #6EB525: hue angle of 89.58º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6EB525 is Cyan = 0.39, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.29.

Color convert

RGB11018137-
CMYK0.3900.800.29
HSL89.58º66.06%42.75%-
HSV(B)89.58º79.56%70.98%-
XYZ23.2936.57.57-
YUV143.3567.98104.21-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 33.54%
GREEN value IS 181 (71.09% from 255) = 55.18%
BLUE value IS 37 (14.84% from 255) = 11.28%
R=33.54%
G=55.18%
B=11.28%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal110181370.3900.800.2989.5866.0642.75
Hex6EB525270501D5a422b
Octal156265454701203513210253
Binary110111010110101100101100111010100001110110110101000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EB525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,181,37); }

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

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

 a { background-color: rgb(110,181,37); }

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

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

 span { border-color: rgb(110,181,37); }

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