#5EAF35

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

Shades of Apple #5EAF35

Tints of Apple #5EAF35

Color information

#5EAF35 (or 0x5EAF35) is unknown color: approx Apple. HEX triplet: 5E, AF and 35. RGB value is (94,175,53). Sum of RGB (Red+Green+Blue) = 94+175+53=322 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.19% from 322); Green value is 175 (68.75% from 255 or 54.35% from 322); Blue value is 53 (21.09% from 255 or 16.46% from 322); Max value from RGB is 175 - color contains mainly: green. Hex color #5EAF35 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EAF35 is #A150CA. Grayscale: #898989. Windows color (decimal): -10571979 or 3518302. OLE color: 3518302.

HSL color Cylindrical-coordinate representation of color #5EAF35: hue angle of 99.84º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5EAF35 is Cyan = 0.46, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB9417553-
CMYK0.4600.700.31
HSL99.84º53.51%44.71%-
HSV(B)99.84º69.71%68.63%-
XYZ20.5933.38.71-
YUV136.8780.6697.42-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 29.19%
GREEN value IS 175 (68.75% from 255) = 54.35%
BLUE value IS 53 (21.09% from 255) = 16.46%
R=29.19%
G=54.35%
B=16.46%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal94175530.4600.700.3199.8453.5144.71
Hex5EAF352E0461F64362d
Octal13625765560106371446655
Binary10111101010111111010110111001000110111111100100110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EAF35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,175,53); }

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

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

 a { background-color: rgb(94,175,53); }

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

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

 span { border-color: rgb(94,175,53); }

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