#5EBD2F

Color #5EBD2F Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #5EBD2F

Tints of Apple #5EBD2F

Color information

#5EBD2F (or 0x5EBD2F) is unknown color: approx Apple. HEX triplet: 5E, BD and 2F. RGB value is (94,189,47). Sum of RGB (Red+Green+Blue) = 94+189+47=330 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.48% from 330); Green value is 189 (74.22% from 255 or 57.27% from 330); Blue value is 47 (18.75% from 255 or 14.24% from 330); Max value from RGB is 189 - color contains mainly: green. Hex color #5EBD2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EBD2F is #A142D0. Grayscale: #909090. Windows color (decimal): -10568401 or 3128670. OLE color: 3128670.

HSL color Cylindrical-coordinate representation of color #5EBD2F: hue angle of 100.14º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5EBD2F is Cyan = 0.50, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.

Color convert

RGB9418947-
CMYK0.5000.750.26
HSL100.14º60.17%46.27%-
HSV(B)100.14º75.13%74.12%-
XYZ23.3338.988.98-
YUV144.4173.0392.05-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 28.48%
GREEN value IS 189 (74.22% from 255) = 57.27%
BLUE value IS 47 (18.75% from 255) = 14.24%
R=28.48%
G=57.27%
B=14.24%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal94189470.5000.750.26100.1460.1746.27
Hex5EBD2F3204B1A643c2e
Octal13627557620113321447456
Binary10111101011110110111111001001001011110101100100111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EBD2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5EBD2F; }

 p { color: rgb(94,189,47); }

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

<style>
 a { background-color: #5EBD2F; }

 a { background-color: rgb(94,189,47); }

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

<style>
 span { border-color: #5EBD2F; }

 span { border-color: rgb(94,189,47); }

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