Html Css Color HEX #5EBD42 Apple

📋 copy color: '#5EBD42'

red 94 ◦ green 189 ◦ blue 66

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

Shades of Apple #5EBD42

Tints of Apple #5EBD42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.91%

R = 26.93%
G = 54.15%
B = 18.91%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#5EBD42 (or 0x5EBD42) is known color: Apple. HEX triplet: 5E, BD and 42. RGB value is (94,189,66). Sum of RGB (Red+Green+Blue) = 94+189+66=349 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.93% from 349); Green value is 189 (74.22% from 255 or 54.15% from 349); Blue value is 66 (26.17% from 255 or 18.91% from 349); Max value from RGB is 189 - color contains mainly: green. Hex color #5EBD42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EBD42 is #A142BD. Grayscale: #929292. Windows color (decimal): -10568382 or 4373854. OLE color: 4373854.

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

Color convert

RGB 94 189 66 -
CMYK 0.50 0 0.65 0.26
HSL 106.34º 0.48% 0.5% -
HSV(B) 106.34º 0.65% 0.74% -
XYZ 23.8 39.17 11.46 -
YUV 146.57 82.53 90.5 -
System Red Green Blue C M Y K H S L
Decimal 94 189 66 0.50 0 0.65 0.26 106.34 0.48 0.5
Hex 5E BD 42 32 0 41 1A 6A 30 32
Octal 136 275 102 62 0 101 32 152 60 62
Binary 1011110 10111101 1000010 110010 0 1000001 11010 1101010 110000 110010

Color Harmonies of #5EBD42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EBD42

Black with #5EBD42

Text Example


Text Example

White with #5EBD42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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