Html Css Color HEX #5AD83D Apple

📋 copy color: '#5AD83D'

red 90 ◦ green 216 ◦ blue 61

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

Shades of Apple #5AD83D

Tints of Apple #5AD83D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 58.86%

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

R = 24.52%
G = 58.86%
B = 16.62%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#5AD83D (or 0x5AD83D) is known color: Apple. HEX triplet: 5A, D8 and 3D. RGB value is (90,216,61). Sum of RGB (Red+Green+Blue) = 90+216+61=367 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.52% from 367); Green value is 216 (84.77% from 255 or 58.86% from 367); Blue value is 61 (24.22% from 255 or 16.62% from 367); Max value from RGB is 216 - color contains mainly: green. Hex color #5AD83D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AD83D is #A527C2. Grayscale: #A1A1A1. Windows color (decimal): -10823619 or 4053082. OLE color: 4053082.

HSL color Cylindrical-coordinate representation of color #5AD83D: hue angle of 108.77º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5AD83D is Cyan = 0.58, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB 90 216 61 -
CMYK 0.58 0 0.72 0.15
HSL 108.77º 0.67% 0.54% -
HSV(B) 108.77º 0.72% 0.85% -
XYZ 29.61 51.62 12.82 -
YUV 160.66 71.76 77.6 -
System Red Green Blue C M Y K H S L
Decimal 90 216 61 0.58 0 0.72 0.15 108.77 0.67 0.54
Hex 5A D8 3D 3A 0 48 F 6D 43 36
Octal 132 330 75 72 0 110 17 155 103 66
Binary 1011010 11011000 111101 111010 0 1001000 1111 1101101 1000011 110110

Color Harmonies of #5AD83D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AD83D

Black with #5AD83D

Text Example


Text Example

White with #5AD83D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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