Html Css Color HEX #5AD44B Apple

📋 copy color: '#5AD44B'

red 90 ◦ green 212 ◦ blue 75

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

Shades of Apple #5AD44B

Tints of Apple #5AD44B

RGB

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

 GREEN value IS 212 (83.2% from 255) = 56.23%

 BLUE value IS 75 (29.69% from 255) = 19.89%

R = 23.87%
G = 56.23%
B = 19.89%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.65

 K value IS 0.17

RGB Variations

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

Color information

#5AD44B (or 0x5AD44B) is known color: Apple. HEX triplet: 5A, D4 and 4B. RGB value is (90,212,75). Sum of RGB (Red+Green+Blue) = 90+212+75=377 (49% of max value = 765). Red value is 90 (35.55% from 255 or 23.87% from 377); Green value is 212 (83.20% from 255 or 56.23% from 377); Blue value is 75 (29.69% from 255 or 19.89% from 377); Max value from RGB is 212 - color contains mainly: green. Hex color #5AD44B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AD44B is #A52BB4. Grayscale: #A0A0A0. Windows color (decimal): -10824629 or 4969562. OLE color: 4969562.

HSL color Cylindrical-coordinate representation of color #5AD44B: hue angle of 113.43º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5AD44B is Cyan = 0.58, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.17.

Color convert

RGB 90 212 75 -
CMYK 0.58 0 0.65 0.17
HSL 113.43º 0.61% 0.56% -
HSV(B) 113.43º 0.65% 0.83% -
XYZ 29.03 49.77 14.73 -
YUV 159.9 80.08 78.14 -
System Red Green Blue C M Y K H S L
Decimal 90 212 75 0.58 0 0.65 0.17 113.43 0.61 0.56
Hex 5A D4 4B 3A 0 41 11 71 3D 38
Octal 132 324 113 72 0 101 21 161 75 70
Binary 1011010 11010100 1001011 111010 0 1000001 10001 1110001 111101 111000

Color Harmonies of #5AD44B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AD44B

Black with #5AD44B

Text Example


Text Example

White with #5AD44B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,212,75); }

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

background-color css

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

 a { background-color: rgb(90,212,75); }

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

border-color css

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

 span { border-color: rgb(90,212,75); }

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