Html Css Color HEX #5EBC52 Apple

📋 copy color: '#5EBC52'

red 94 ◦ green 188 ◦ blue 82

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

Shades of Apple #5EBC52

Tints of Apple #5EBC52

RGB

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

 GREEN value IS 188 (73.83% from 255) = 51.65%

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

R = 25.82%
G = 51.65%
B = 22.53%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#5EBC52 (or 0x5EBC52) is known color: Apple. HEX triplet: 5E, BC and 52. RGB value is (94,188,82). Sum of RGB (Red+Green+Blue) = 94+188+82=364 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.82% from 364); Green value is 188 (73.83% from 255 or 51.65% from 364); Blue value is 82 (32.42% from 255 or 22.53% from 364); Max value from RGB is 188 - color contains mainly: green. Hex color #5EBC52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EBC52 is #A143AD. Grayscale: #949494. Windows color (decimal): -10568622 or 5422174. OLE color: 5422174.

HSL color Cylindrical-coordinate representation of color #5EBC52: hue angle of 113.21º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5EBC52 is Cyan = 0.50, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.

Color convert

RGB 94 188 82 -
CMYK 0.50 0 0.56 0.26
HSL 113.21º 0.44% 0.53% -
HSV(B) 113.21º 0.56% 0.74% -
XYZ 24.12 38.96 14.23 -
YUV 147.81 90.86 89.62 -
System Red Green Blue C M Y K H S L
Decimal 94 188 82 0.50 0 0.56 0.26 113.21 0.44 0.53
Hex 5E BC 52 32 0 38 1A 71 2C 35
Octal 136 274 122 62 0 70 32 161 54 65
Binary 1011110 10111100 1010010 110010 0 111000 11010 1110001 101100 110101

Color Harmonies of #5EBC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EBC52

Black with #5EBC52

Text Example


Text Example

White with #5EBC52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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