Html Css Color HEX #5EBD32 Apple

📋 copy color: '#5EBD32'

red 94 ◦ green 189 ◦ blue 50

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

Shades of Apple #5EBD32

Tints of Apple #5EBD32

RGB

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

 GREEN value IS 189 (74.22% from 255) = 56.76%

 BLUE value IS 50 (19.92% from 255) = 15.02%

R = 28.23%
G = 56.76%
B = 15.02%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#5EBD32 (or 0x5EBD32) is known color: Apple. HEX triplet: 5E, BD and 32. RGB value is (94,189,50). Sum of RGB (Red+Green+Blue) = 94+189+50=333 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.23% from 333); Green value is 189 (74.22% from 255 or 56.76% from 333); Blue value is 50 (19.92% from 255 or 15.02% from 333); Max value from RGB is 189 - color contains mainly: green. Hex color #5EBD32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EBD32 is #A142CD. Grayscale: #919191. Windows color (decimal): -10568398 or 3325278. OLE color: 3325278.

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

Color convert

RGB 94 189 50 -
CMYK 0.50 0 0.74 0.26
HSL 101.01º 0.58% 0.47% -
HSV(B) 101.01º 0.74% 0.74% -
XYZ 23.39 39.01 9.31 -
YUV 144.75 74.53 91.8 -
System Red Green Blue C M Y K H S L
Decimal 94 189 50 0.50 0 0.74 0.26 101.01 0.58 0.47
Hex 5E BD 32 32 0 4A 1A 65 3A 2F
Octal 136 275 62 62 0 112 32 145 72 57
Binary 1011110 10111101 110010 110010 0 1001010 11010 1100101 111010 101111

Color Harmonies of #5EBD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EBD32

Black with #5EBD32

Text Example


Text Example

White with #5EBD32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,189,50); }

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

background-color css

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

 a { background-color: rgb(94,189,50); }

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

border-color css

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

 span { border-color: rgb(94,189,50); }

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