Html Css Color HEX #5AE042 Apple

📋 copy color: '#5AE042'

red 90 ◦ green 224 ◦ blue 66

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

Shades of Apple #5AE042

Tints of Apple #5AE042

RGB

 RED value IS 90 (35.55% from 255) = 23.68%

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

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

R = 23.68%
G = 58.95%
B = 17.37%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#5AE042 (or 0x5AE042) is known color: Apple. HEX triplet: 5A, E0 and 42. RGB value is (90,224,66). Sum of RGB (Red+Green+Blue) = 90+224+66=380 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.68% from 380); Green value is 224 (87.89% from 255 or 58.95% from 380); Blue value is 66 (26.17% from 255 or 17.37% from 380); Max value from RGB is 224 - color contains mainly: green. Hex color #5AE042 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AE042 is #A51FBD. Grayscale: #A6A6A6. Windows color (decimal): -10821566 or 4382810. OLE color: 4382810.

HSL color Cylindrical-coordinate representation of color #5AE042: hue angle of 110.89º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5AE042 is Cyan = 0.60, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB 90 224 66 -
CMYK 0.60 0 0.71 0.12
HSL 110.89º 0.72% 0.57% -
HSV(B) 110.89º 0.71% 0.88% -
XYZ 31.86 55.88 14.26 -
YUV 165.92 71.61 73.85 -
System Red Green Blue C M Y K H S L
Decimal 90 224 66 0.60 0 0.71 0.12 110.89 0.72 0.57
Hex 5A E0 42 3C 0 47 C 6F 48 39
Octal 132 340 102 74 0 107 14 157 110 71
Binary 1011010 11100000 1000010 111100 0 1000111 1100 1101111 1001000 111001

Color Harmonies of #5AE042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AE042

Black with #5AE042

Text Example


Text Example

White with #5AE042

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,224,66); }

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

background-color css

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

 a { background-color: rgb(90,224,66); }

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

border-color css

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

 span { border-color: rgb(90,224,66); }

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