Html Css Color HEX #5EE034 Apple

📋 copy color: '#5EE034'

red 94 ◦ green 224 ◦ blue 52

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

Shades of Apple #5EE034

Tints of Apple #5EE034

RGB

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

 GREEN value IS 224 (87.89% from 255) = 60.54%

 BLUE value IS 52 (20.7% from 255) = 14.05%

R = 25.41%
G = 60.54%
B = 14.05%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.77

 K value IS 0.12

RGB Variations

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

Color information

#5EE034 (or 0x5EE034) is known color: Apple. HEX triplet: 5E, E0 and 34. RGB value is (94,224,52). Sum of RGB (Red+Green+Blue) = 94+224+52=370 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.41% from 370); Green value is 224 (87.89% from 255 or 60.54% from 370); Blue value is 52 (20.70% from 255 or 14.05% from 370); Max value from RGB is 224 - color contains mainly: green. Hex color #5EE034 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EE034 is #A11FCB. Grayscale: #A6A6A6. Windows color (decimal): -10559436 or 3465310. OLE color: 3465310.

HSL color Cylindrical-coordinate representation of color #5EE034: hue angle of 105.35º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5EE034 is Cyan = 0.58, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.

Color convert

RGB 94 224 52 -
CMYK 0.58 0 0.77 0.12
HSL 105.35º 0.74% 0.54% -
HSV(B) 105.35º 0.77% 0.88% -
XYZ 31.89 55.94 12.37 -
YUV 165.52 63.93 76.99 -
System Red Green Blue C M Y K H S L
Decimal 94 224 52 0.58 0 0.77 0.12 105.35 0.74 0.54
Hex 5E E0 34 3A 0 4D C 69 4A 36
Octal 136 340 64 72 0 115 14 151 112 66
Binary 1011110 11100000 110100 111010 0 1001101 1100 1101001 1001010 110110

Color Harmonies of #5EE034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EE034

Black with #5EE034

Text Example


Text Example

White with #5EE034

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,224,52); }

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

background-color css

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

 a { background-color: rgb(94,224,52); }

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

border-color css

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

 span { border-color: rgb(94,224,52); }

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