Html Css Color HEX #5AD047 Apple

📋 copy color: '#5AD047'

red 90 ◦ green 208 ◦ blue 71

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

Shades of Apple #5AD047

Tints of Apple #5AD047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 19.24%

R = 24.39%
G = 56.37%
B = 19.24%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#5AD047 (or 0x5AD047) is known color: Apple. HEX triplet: 5A, D0 and 47. RGB value is (90,208,71). Sum of RGB (Red+Green+Blue) = 90+208+71=369 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.39% from 369); Green value is 208 (81.64% from 255 or 56.37% from 369); Blue value is 71 (28.12% from 255 or 19.24% from 369); Max value from RGB is 208 - color contains mainly: green. Hex color #5AD047 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AD047 is #A52FB8. Grayscale: #9D9D9D. Windows color (decimal): -10825657 or 4706394. OLE color: 4706394.

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

Color convert

RGB 90 208 71 -
CMYK 0.57 0 0.66 0.18
HSL 111.68º 0.59% 0.55% -
HSV(B) 111.68º 0.66% 0.82% -
XYZ 27.91 47.74 13.71 -
YUV 157.1 79.41 80.14 -
System Red Green Blue C M Y K H S L
Decimal 90 208 71 0.57 0 0.66 0.18 111.68 0.59 0.55
Hex 5A D0 47 39 0 42 12 70 3B 37
Octal 132 320 107 71 0 102 22 160 73 67
Binary 1011010 11010000 1000111 111001 0 1000010 10010 1110000 111011 110111

Color Harmonies of #5AD047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AD047

Black with #5AD047

Text Example


Text Example

White with #5AD047

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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