Html Css Color HEX #5AD344 Apple

📋 copy color: '#5AD344'

red 90 ◦ green 211 ◦ blue 68

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

Shades of Apple #5AD344

Tints of Apple #5AD344

RGB

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

 GREEN value IS 211 (82.81% from 255) = 57.18%

 BLUE value IS 68 (26.95% from 255) = 18.43%

R = 24.39%
G = 57.18%
B = 18.43%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.68

 K value IS 0.17

RGB Variations

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

Color information

#5AD344 (or 0x5AD344) is known color: Apple. HEX triplet: 5A, D3 and 44. RGB value is (90,211,68). Sum of RGB (Red+Green+Blue) = 90+211+68=369 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.39% from 369); Green value is 211 (82.81% from 255 or 57.18% from 369); Blue value is 68 (26.95% from 255 or 18.43% from 369); Max value from RGB is 211 - color contains mainly: green. Hex color #5AD344 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AD344 is #A52CBB. Grayscale: #9E9E9E. Windows color (decimal): -10824892 or 4510554. OLE color: 4510554.

HSL color Cylindrical-coordinate representation of color #5AD344: hue angle of 110.77º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5AD344 is Cyan = 0.57, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.17.

Color convert

RGB 90 211 68 -
CMYK 0.57 0 0.68 0.17
HSL 110.77º 0.62% 0.55% -
HSV(B) 110.77º 0.68% 0.83% -
XYZ 28.55 49.18 13.46 -
YUV 158.52 76.91 79.13 -
System Red Green Blue C M Y K H S L
Decimal 90 211 68 0.57 0 0.68 0.17 110.77 0.62 0.55
Hex 5A D3 44 39 0 44 11 6F 3E 37
Octal 132 323 104 71 0 104 21 157 76 67
Binary 1011010 11010011 1000100 111001 0 1000100 10001 1101111 111110 110111

Color Harmonies of #5AD344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AD344

Black with #5AD344

Text Example


Text Example

White with #5AD344

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,211,68); }

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

background-color css

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

 a { background-color: rgb(90,211,68); }

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

border-color css

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

 span { border-color: rgb(90,211,68); }

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