Html Css Color HEX #5AD242 Apple

📋 copy color: '#5AD242'

red 90 ◦ green 210 ◦ blue 66

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

Shades of Apple #5AD242

Tints of Apple #5AD242

RGB

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

 GREEN value IS 210 (82.42% from 255) = 57.38%

 BLUE value IS 66 (26.17% from 255) = 18.03%

R = 24.59%
G = 57.38%
B = 18.03%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#5AD242 (or 0x5AD242) is known color: Apple. HEX triplet: 5A, D2 and 42. RGB value is (90,210,66). Sum of RGB (Red+Green+Blue) = 90+210+66=366 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.59% from 366); Green value is 210 (82.42% from 255 or 57.38% from 366); Blue value is 66 (26.17% from 255 or 18.03% from 366); Max value from RGB is 210 - color contains mainly: green. Hex color #5AD242 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AD242 is #A52DBD. Grayscale: #9E9E9E. Windows color (decimal): -10825150 or 4379226. OLE color: 4379226.

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

Color convert

RGB 90 210 66 -
CMYK 0.57 0 0.69 0.18
HSL 110º 0.62% 0.54% -
HSV(B) 110º 0.69% 0.82% -
XYZ 28.25 48.66 13.06 -
YUV 157.7 76.24 79.71 -
System Red Green Blue C M Y K H S L
Decimal 90 210 66 0.57 0 0.69 0.18 110 0.62 0.54
Hex 5A D2 42 39 0 45 12 6E 3E 36
Octal 132 322 102 71 0 105 22 156 76 66
Binary 1011010 11010010 1000010 111001 0 1000101 10010 1101110 111110 110110

Color Harmonies of #5AD242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AD242

Black with #5AD242

Text Example


Text Example

White with #5AD242

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,210,66); }

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

background-color css

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

 a { background-color: rgb(90,210,66); }

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

border-color css

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

 span { border-color: rgb(90,210,66); }

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