Html Css Color HEX #5EBE42 Apple

📋 copy color: '#5EBE42'

red 94 ◦ green 190 ◦ blue 66

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

Shades of Apple #5EBE42

Tints of Apple #5EBE42

RGB

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

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

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

R = 26.86%
G = 54.29%
B = 18.86%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#5EBE42 (or 0x5EBE42) is known color: Apple. HEX triplet: 5E, BE and 42. RGB value is (94,190,66). Sum of RGB (Red+Green+Blue) = 94+190+66=350 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.86% from 350); Green value is 190 (74.61% from 255 or 54.29% from 350); Blue value is 66 (26.17% from 255 or 18.86% from 350); Max value from RGB is 190 - color contains mainly: green. Hex color #5EBE42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EBE42 is #A141BD. Grayscale: #939393. Windows color (decimal): -10568126 or 4374110. OLE color: 4374110.

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

Color convert

RGB 94 190 66 -
CMYK 0.51 0 0.65 0.25
HSL 106.45º 0.49% 0.5% -
HSV(B) 106.45º 0.65% 0.75% -
XYZ 24.01 39.6 11.53 -
YUV 147.16 82.2 90.08 -
System Red Green Blue C M Y K H S L
Decimal 94 190 66 0.51 0 0.65 0.25 106.45 0.49 0.5
Hex 5E BE 42 33 0 41 19 6A 31 32
Octal 136 276 102 63 0 101 31 152 61 62
Binary 1011110 10111110 1000010 110011 0 1000001 11001 1101010 110001 110010

Color Harmonies of #5EBE42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EBE42

Black with #5EBE42

Text Example


Text Example

White with #5EBE42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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