Html Css Color HEX #5AD834 Apple

📋 copy color: '#5AD834'

red 90 ◦ green 216 ◦ blue 52

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

Shades of Apple #5AD834

Tints of Apple #5AD834

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 14.53%

R = 25.14%
G = 60.34%
B = 14.53%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#5AD834 (or 0x5AD834) is known color: Apple. HEX triplet: 5A, D8 and 34. RGB value is (90,216,52). Sum of RGB (Red+Green+Blue) = 90+216+52=358 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.14% from 358); Green value is 216 (84.77% from 255 or 60.34% from 358); Blue value is 52 (20.70% from 255 or 14.53% from 358); Max value from RGB is 216 - color contains mainly: green. Hex color #5AD834 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AD834 is #A527CB. Grayscale: #A0A0A0. Windows color (decimal): -10823628 or 3463258. OLE color: 3463258.

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

Color convert

RGB 90 216 52 -
CMYK 0.58 0 0.76 0.15
HSL 106.1º 0.68% 0.53% -
HSV(B) 106.1º 0.76% 0.85% -
XYZ 29.39 51.53 11.65 -
YUV 159.63 67.26 78.34 -
System Red Green Blue C M Y K H S L
Decimal 90 216 52 0.58 0 0.76 0.15 106.1 0.68 0.53
Hex 5A D8 34 3A 0 4C F 6A 44 35
Octal 132 330 64 72 0 114 17 152 104 65
Binary 1011010 11011000 110100 111010 0 1001100 1111 1101010 1000100 110101

Color Harmonies of #5AD834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AD834

Black with #5AD834

Text Example


Text Example

White with #5AD834

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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