Html Css Color HEX #5ADA4B Apple

📋 copy color: '#5ADA4B'

red 90 ◦ green 218 ◦ blue 75

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

Shades of Apple #5ADA4B

Tints of Apple #5ADA4B

RGB

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

 GREEN value IS 218 (85.55% from 255) = 56.92%

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

R = 23.5%
G = 56.92%
B = 19.58%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#5ADA4B (or 0x5ADA4B) is known color: Apple. HEX triplet: 5A, DA and 4B. RGB value is (90,218,75). Sum of RGB (Red+Green+Blue) = 90+218+75=383 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.50% from 383); Green value is 218 (85.55% from 255 or 56.92% from 383); Blue value is 75 (29.69% from 255 or 19.58% from 383); Max value from RGB is 218 - color contains mainly: green. Hex color #5ADA4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ADA4B is #A525B4. Grayscale: #A3A3A3. Windows color (decimal): -10823093 or 4971098. OLE color: 4971098.

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

Color convert

RGB 90 218 75 -
CMYK 0.59 0 0.66 0.15
HSL 113.71º 0.66% 0.57% -
HSV(B) 113.71º 0.66% 0.85% -
XYZ 30.56 52.82 15.24 -
YUV 163.43 78.09 75.63 -
System Red Green Blue C M Y K H S L
Decimal 90 218 75 0.59 0 0.66 0.15 113.71 0.66 0.57
Hex 5A DA 4B 3B 0 42 F 72 42 39
Octal 132 332 113 73 0 102 17 162 102 71
Binary 1011010 11011010 1001011 111011 0 1000010 1111 1110010 1000010 111001

Color Harmonies of #5ADA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ADA4B

Black with #5ADA4B

Text Example


Text Example

White with #5ADA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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