Html Css Color HEX #5EBE52 Apple

📋 copy color: '#5EBE52'

red 94 ◦ green 190 ◦ blue 82

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

Shades of Apple #5EBE52

Tints of Apple #5EBE52

RGB

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

 GREEN value IS 190 (74.61% from 255) = 51.91%

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

R = 25.68%
G = 51.91%
B = 22.4%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#5EBE52 (or 0x5EBE52) is known color: Apple. HEX triplet: 5E, BE and 52. RGB value is (94,190,82). Sum of RGB (Red+Green+Blue) = 94+190+82=366 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.68% from 366); Green value is 190 (74.61% from 255 or 51.91% from 366); Blue value is 82 (32.42% from 255 or 22.40% from 366); Max value from RGB is 190 - color contains mainly: green. Hex color #5EBE52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EBE52 is #A141AD. Grayscale: #959595. Windows color (decimal): -10568110 or 5422686. OLE color: 5422686.

HSL color Cylindrical-coordinate representation of color #5EBE52: hue angle of 113.33º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5EBE52 is Cyan = 0.51, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB 94 190 82 -
CMYK 0.51 0 0.57 0.25
HSL 113.33º 0.45% 0.53% -
HSV(B) 113.33º 0.57% 0.75% -
XYZ 24.55 39.82 14.37 -
YUV 148.98 90.2 88.78 -
System Red Green Blue C M Y K H S L
Decimal 94 190 82 0.51 0 0.57 0.25 113.33 0.45 0.53
Hex 5E BE 52 33 0 39 19 71 2D 35
Octal 136 276 122 63 0 71 31 161 55 65
Binary 1011110 10111110 1010010 110011 0 111001 11001 1110001 101101 110101

Color Harmonies of #5EBE52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EBE52

Black with #5EBE52

Text Example


Text Example

White with #5EBE52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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