Html Css Color HEX #5EAF34 Apple

📋 copy color: '#5EAF34'

red 94 ◦ green 175 ◦ blue 52

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

Shades of Apple #5EAF34

Tints of Apple #5EAF34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.2%

R = 29.28%
G = 54.52%
B = 16.2%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#5EAF34 (or 0x5EAF34) is known color: Apple. HEX triplet: 5E, AF and 34. RGB value is (94,175,52). Sum of RGB (Red+Green+Blue) = 94+175+52=321 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.28% from 321); Green value is 175 (68.75% from 255 or 54.52% from 321); Blue value is 52 (20.70% from 255 or 16.20% from 321); Max value from RGB is 175 - color contains mainly: green. Hex color #5EAF34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EAF34 is #A150CB. Grayscale: #898989. Windows color (decimal): -10571980 or 3452766. OLE color: 3452766.

HSL color Cylindrical-coordinate representation of color #5EAF34: hue angle of 99.51º 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 #5EAF34 is Cyan = 0.46, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB 94 175 52 -
CMYK 0.46 0 0.70 0.31
HSL 99.51º 0.54% 0.45% -
HSV(B) 99.51º 0.7% 0.69% -
XYZ 20.57 33.29 8.59 -
YUV 136.76 80.16 97.5 -
System Red Green Blue C M Y K H S L
Decimal 94 175 52 0.46 0 0.70 0.31 99.51 0.54 0.45
Hex 5E AF 34 2E 0 46 1F 64 36 2D
Octal 136 257 64 56 0 106 37 144 66 55
Binary 1011110 10101111 110100 101110 0 1000110 11111 1100100 110110 101101

Color Harmonies of #5EAF34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EAF34

Black with #5EAF34

Text Example


Text Example

White with #5EAF34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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