Html Css Color HEX #5EBE32 Apple

📋 copy color: '#5EBE32'

red 94 ◦ green 190 ◦ blue 50

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

Shades of Apple #5EBE32

Tints of Apple #5EBE32

RGB

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

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

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

R = 28.14%
G = 56.89%
B = 14.97%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#5EBE32 (or 0x5EBE32) is known color: Apple. HEX triplet: 5E, BE and 32. RGB value is (94,190,50). Sum of RGB (Red+Green+Blue) = 94+190+50=334 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.14% from 334); Green value is 190 (74.61% from 255 or 56.89% from 334); Blue value is 50 (19.92% from 255 or 14.97% from 334); Max value from RGB is 190 - color contains mainly: green. Hex color #5EBE32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EBE32 is #A141CD. Grayscale: #919191. Windows color (decimal): -10568142 or 3325534. OLE color: 3325534.

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

Color convert

RGB 94 190 50 -
CMYK 0.51 0 0.74 0.25
HSL 101.14º 0.58% 0.47% -
HSV(B) 101.14º 0.74% 0.75% -
XYZ 23.61 39.44 9.39 -
YUV 145.34 74.2 91.38 -
System Red Green Blue C M Y K H S L
Decimal 94 190 50 0.51 0 0.74 0.25 101.14 0.58 0.47
Hex 5E BE 32 33 0 4A 19 65 3A 2F
Octal 136 276 62 63 0 112 31 145 72 57
Binary 1011110 10111110 110010 110011 0 1001010 11001 1100101 111010 101111

Color Harmonies of #5EBE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EBE32

Black with #5EBE32

Text Example


Text Example

White with #5EBE32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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