Html Css Color HEX #5AD13D Apple

📋 copy color: '#5AD13D'

red 90 ◦ green 209 ◦ blue 61

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

Shades of Apple #5AD13D

Tints of Apple #5AD13D

RGB

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

 GREEN value IS 209 (82.03% from 255) = 58.06%

 BLUE value IS 61 (24.22% from 255) = 16.94%

R = 25%
G = 58.06%
B = 16.94%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#5AD13D (or 0x5AD13D) is known color: Apple. HEX triplet: 5A, D1 and 3D. RGB value is (90,209,61). Sum of RGB (Red+Green+Blue) = 90+209+61=360 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25% from 360); Green value is 209 (82.03% from 255 or 58.06% from 360); Blue value is 61 (24.22% from 255 or 16.94% from 360); Max value from RGB is 209 - color contains mainly: green. Hex color #5AD13D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AD13D is #A52EC2. Grayscale: #9D9D9D. Windows color (decimal): -10825411 or 4051290. OLE color: 4051290.

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

Color convert

RGB 90 209 61 -
CMYK 0.57 0 0.71 0.18
HSL 108.24º 0.62% 0.53% -
HSV(B) 108.24º 0.71% 0.82% -
XYZ 27.86 48.11 12.23 -
YUV 156.55 74.08 80.53 -
System Red Green Blue C M Y K H S L
Decimal 90 209 61 0.57 0 0.71 0.18 108.24 0.62 0.53
Hex 5A D1 3D 39 0 47 12 6C 3E 35
Octal 132 321 75 71 0 107 22 154 76 65
Binary 1011010 11010001 111101 111001 0 1000111 10010 1101100 111110 110101

Color Harmonies of #5AD13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AD13D

Black with #5AD13D

Text Example


Text Example

White with #5AD13D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,209,61); }

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

background-color css

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

 a { background-color: rgb(90,209,61); }

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

border-color css

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

 span { border-color: rgb(90,209,61); }

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