Html Css Color HEX #5EAF4A Apple

📋 copy color: '#5EAF4A'

red 94 ◦ green 175 ◦ blue 74

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

Shades of Apple #5EAF4A

Tints of Apple #5EAF4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.57%

R = 27.41%
G = 51.02%
B = 21.57%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#5EAF4A (or 0x5EAF4A) is known color: Apple. HEX triplet: 5E, AF and 4A. RGB value is (94,175,74). Sum of RGB (Red+Green+Blue) = 94+175+74=343 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.41% from 343); Green value is 175 (68.75% from 255 or 51.02% from 343); Blue value is 74 (29.30% from 255 or 21.57% from 343); Max value from RGB is 175 - color contains mainly: green. Hex color #5EAF4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EAF4A is #A150B5. Grayscale: #8B8B8B. Windows color (decimal): -10571958 or 4894558. OLE color: 4894558.

HSL color Cylindrical-coordinate representation of color #5EAF4A: hue angle of 108.12º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5EAF4A is Cyan = 0.46, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB 94 175 74 -
CMYK 0.46 0 0.58 0.31
HSL 108.12º 0.41% 0.49% -
HSV(B) 108.12º 0.58% 0.69% -
XYZ 21.18 33.53 11.83 -
YUV 139.27 91.16 95.71 -
System Red Green Blue C M Y K H S L
Decimal 94 175 74 0.46 0 0.58 0.31 108.12 0.41 0.49
Hex 5E AF 4A 2E 0 3A 1F 6C 29 31
Octal 136 257 112 56 0 72 37 154 51 61
Binary 1011110 10101111 1001010 101110 0 111010 11111 1101100 101001 110001

Color Harmonies of #5EAF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EAF4A

Black with #5EAF4A

Text Example


Text Example

White with #5EAF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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