Html Css Color HEX #5EAF3E Apple

📋 copy color: '#5EAF3E'

red 94 ◦ green 175 ◦ blue 62

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

Shades of Apple #5EAF3E

Tints of Apple #5EAF3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 18.73%

R = 28.4%
G = 52.87%
B = 18.73%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#5EAF3E (or 0x5EAF3E) is known color: Apple. HEX triplet: 5E, AF and 3E. RGB value is (94,175,62). Sum of RGB (Red+Green+Blue) = 94+175+62=331 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.40% from 331); Green value is 175 (68.75% from 255 or 52.87% from 331); Blue value is 62 (24.61% from 255 or 18.73% from 331); Max value from RGB is 175 - color contains mainly: green. Hex color #5EAF3E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EAF3E is #A150C1. Grayscale: #8A8A8A. Windows color (decimal): -10571970 or 4108126. OLE color: 4108126.

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

Color convert

RGB 94 175 62 -
CMYK 0.46 0 0.65 0.31
HSL 103.01º 0.48% 0.46% -
HSV(B) 103.01º 0.65% 0.69% -
XYZ 20.82 33.39 9.9 -
YUV 137.9 85.16 96.69 -
System Red Green Blue C M Y K H S L
Decimal 94 175 62 0.46 0 0.65 0.31 103.01 0.48 0.46
Hex 5E AF 3E 2E 0 41 1F 67 30 2E
Octal 136 257 76 56 0 101 37 147 60 56
Binary 1011110 10101111 111110 101110 0 1000001 11111 1100111 110000 101110

Color Harmonies of #5EAF3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EAF3E

Black with #5EAF3E

Text Example


Text Example

White with #5EAF3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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