Html Css Color HEX #5EAF58 Apple

📋 copy color: '#5EAF58'

red 94 ◦ green 175 ◦ blue 88

#5EAF58
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apple #5EAF58

Tints of Apple #5EAF58

RGB

 RED value IS 94 (37.11% from 255) = 26.33%

 GREEN value IS 175 (68.75% from 255) = 49.02%

 BLUE value IS 88 (34.77% from 255) = 24.65%

R = 26.33%
G = 49.02%
B = 24.65%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#5EAF58 (or 0x5EAF58) is known color: Apple. HEX triplet: 5E, AF and 58. RGB value is (94,175,88). Sum of RGB (Red+Green+Blue) = 94+175+88=357 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.33% from 357); Green value is 175 (68.75% from 255 or 49.02% from 357); Blue value is 88 (34.77% from 255 or 24.65% from 357); Max value from RGB is 175 - color contains mainly: green. Hex color #5EAF58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EAF58 is #A150A7. Grayscale: #8D8D8D. Windows color (decimal): -10571944 or 5812062. OLE color: 5812062.

HSL color Cylindrical-coordinate representation of color #5EAF58: hue angle of 115.86º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5EAF58 is Cyan = 0.46, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB 94 175 88 -
CMYK 0.46 0 0.50 0.31
HSL 115.86º 0.35% 0.52% -
HSV(B) 115.86º 0.5% 0.69% -
XYZ 21.71 33.74 14.6 -
YUV 140.86 98.16 94.57 -
System Red Green Blue C M Y K H S L
Decimal 94 175 88 0.46 0 0.50 0.31 115.86 0.35 0.52
Hex 5E AF 58 2E 0 32 1F 74 23 34
Octal 136 257 130 56 0 62 37 164 43 64
Binary 1011110 10101111 1011000 101110 0 110010 11111 1110100 100011 110100

Color Harmonies of #5EAF58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EAF58

Black with #5EAF58

Text Example


Text Example

White with #5EAF58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5EAF58;
 }
 .AnyTagClassName
 {
   color: #5EAF58;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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