Html Css Color HEX #5AD036 Apple

📋 copy color: '#5AD036'

red 90 ◦ green 208 ◦ blue 54

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

Shades of Apple #5AD036

Tints of Apple #5AD036

RGB

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

 GREEN value IS 208 (81.64% from 255) = 59.09%

 BLUE value IS 54 (21.48% from 255) = 15.34%

R = 25.57%
G = 59.09%
B = 15.34%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#5AD036 (or 0x5AD036) is known color: Apple. HEX triplet: 5A, D0 and 36. RGB value is (90,208,54). Sum of RGB (Red+Green+Blue) = 90+208+54=352 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.57% from 352); Green value is 208 (81.64% from 255 or 59.09% from 352); Blue value is 54 (21.48% from 255 or 15.34% from 352); Max value from RGB is 208 - color contains mainly: green. Hex color #5AD036 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AD036 is #A52FC9. Grayscale: #9B9B9B. Windows color (decimal): -10825674 or 3592282. OLE color: 3592282.

HSL color Cylindrical-coordinate representation of color #5AD036: hue angle of 105.97º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5AD036 is Cyan = 0.57, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.18.

Color convert

RGB 90 208 54 -
CMYK 0.57 0 0.74 0.18
HSL 105.97º 0.62% 0.51% -
HSV(B) 105.97º 0.74% 0.82% -
XYZ 27.44 47.55 11.22 -
YUV 155.16 70.91 81.52 -
System Red Green Blue C M Y K H S L
Decimal 90 208 54 0.57 0 0.74 0.18 105.97 0.62 0.51
Hex 5A D0 36 39 0 4A 12 6A 3E 33
Octal 132 320 66 71 0 112 22 152 76 63
Binary 1011010 11010000 110110 111001 0 1001010 10010 1101010 111110 110011

Color Harmonies of #5AD036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AD036

Black with #5AD036

Text Example


Text Example

White with #5AD036

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,208,54); }

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

background-color css

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

 a { background-color: rgb(90,208,54); }

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

border-color css

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

 span { border-color: rgb(90,208,54); }

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