#5EDB3D

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

Shades of Apple #5EDB3D

Tints of Apple #5EDB3D

Color information

#5EDB3D (or 0x5EDB3D) is unknown color: approx Apple. HEX triplet: 5E, DB and 3D. RGB value is (94,219,61). Sum of RGB (Red+Green+Blue) = 94+219+61=374 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.13% from 374); Green value is 219 (85.94% from 255 or 58.56% from 374); Blue value is 61 (24.22% from 255 or 16.31% from 374); Max value from RGB is 219 - color contains mainly: green. Hex color #5EDB3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EDB3D is #A124C2. Grayscale: #A4A4A4. Windows color (decimal): -10560707 or 4053854. OLE color: 4053854.

HSL color Cylindrical-coordinate representation of color #5EDB3D: hue angle of 107.47º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5EDB3D is Cyan = 0.57, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.

Color convert

RGB9421961-
CMYK0.5700.720.14
HSL107.47º68.7%54.9%-
HSV(B)107.47º72.15%85.88%-
XYZ30.7953.3813.1-
YUV163.6170.0978.35-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 25.13%
GREEN value IS 219 (85.94% from 255) = 58.56%
BLUE value IS 61 (24.22% from 255) = 16.31%
R=25.13%
G=58.56%
B=16.31%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal94219610.5700.720.14107.4768.754.9
Hex5EDB3D39048E6b4537
Octal136333757101101615310567
Binary10111101101101111110111100101001000111011010111000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EDB3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,219,61); }

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

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

 a { background-color: rgb(94,219,61); }

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

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

 span { border-color: rgb(94,219,61); }

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