Html Css Color HEX #5EA252 Apple

📋 copy color: '#5EA252'

red 94 ◦ green 162 ◦ blue 82

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

Shades of Apple #5EA252

Tints of Apple #5EA252

RGB

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

 GREEN value IS 162 (63.67% from 255) = 47.93%

 BLUE value IS 82 (32.42% from 255) = 24.26%

R = 27.81%
G = 47.93%
B = 24.26%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.49

 K value IS 0.36

RGB Variations

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

Color information

#5EA252 (or 0x5EA252) is known color: Apple. HEX triplet: 5E, A2 and 52. RGB value is (94,162,82). Sum of RGB (Red+Green+Blue) = 94+162+82=338 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.81% from 338); Green value is 162 (63.67% from 255 or 47.93% from 338); Blue value is 82 (32.42% from 255 or 24.26% from 338); Max value from RGB is 162 - color contains mainly: green. Hex color #5EA252 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EA252 is #A15DAD. Grayscale: #848484. Windows color (decimal): -10575278 or 5415518. OLE color: 5415518.

HSL color Cylindrical-coordinate representation of color #5EA252: hue angle of 111º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5EA252 is Cyan = 0.42, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.36.

Color convert

RGB 94 162 82 -
CMYK 0.42 0 0.49 0.36
HSL 111º 0.33% 0.48% -
HSV(B) 111º 0.49% 0.64% -
XYZ 19.06 28.83 12.54 -
YUV 132.55 99.47 100.5 -
System Red Green Blue C M Y K H S L
Decimal 94 162 82 0.42 0 0.49 0.36 111 0.33 0.48
Hex 5E A2 52 2A 0 31 24 6F 21 30
Octal 136 242 122 52 0 61 44 157 41 60
Binary 1011110 10100010 1010010 101010 0 110001 100100 1101111 100001 110000

Color Harmonies of #5EA252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EA252

Black with #5EA252

Text Example


Text Example

White with #5EA252

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,162,82); }

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

background-color css

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

 a { background-color: rgb(94,162,82); }

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

border-color css

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

 span { border-color: rgb(94,162,82); }

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