Html Css Color HEX #5ADF46 Apple

📋 copy color: '#5ADF46'

red 90 ◦ green 223 ◦ blue 70

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

Shades of Apple #5ADF46

Tints of Apple #5ADF46

RGB

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

 GREEN value IS 223 (87.5% from 255) = 58.22%

 BLUE value IS 70 (27.73% from 255) = 18.28%

R = 23.5%
G = 58.22%
B = 18.28%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#5ADF46 (or 0x5ADF46) is known color: Apple. HEX triplet: 5A, DF and 46. RGB value is (90,223,70). Sum of RGB (Red+Green+Blue) = 90+223+70=383 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.50% from 383); Green value is 223 (87.5% from 255 or 58.22% from 383); Blue value is 70 (27.73% from 255 or 18.28% from 383); Max value from RGB is 223 - color contains mainly: green. Hex color #5ADF46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ADF46 is #A520B9. Grayscale: #A6A6A6. Windows color (decimal): -10821818 or 4644698. OLE color: 4644698.

HSL color Cylindrical-coordinate representation of color #5ADF46: hue angle of 112.16º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5ADF46 is Cyan = 0.60, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB 90 223 70 -
CMYK 0.60 0 0.69 0.13
HSL 112.16º 0.71% 0.57% -
HSV(B) 112.16º 0.69% 0.87% -
XYZ 31.71 55.39 14.81 -
YUV 165.79 73.94 73.94 -
System Red Green Blue C M Y K H S L
Decimal 90 223 70 0.60 0 0.69 0.13 112.16 0.71 0.57
Hex 5A DF 46 3C 0 45 D 70 47 39
Octal 132 337 106 74 0 105 15 160 107 71
Binary 1011010 11011111 1000110 111100 0 1000101 1101 1110000 1000111 111001

Color Harmonies of #5ADF46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ADF46

Black with #5ADF46

Text Example


Text Example

White with #5ADF46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,223,70); }

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

background-color css

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

 a { background-color: rgb(90,223,70); }

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

border-color css

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

 span { border-color: rgb(90,223,70); }

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