Html Css Color HEX #5DB954 Apple

📋 copy color: '#5DB954'

red 93 ◦ green 185 ◦ blue 84

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

Shades of Apple #5DB954

Tints of Apple #5DB954

RGB

 RED value IS 93 (36.72% from 255) = 25.69%

 GREEN value IS 185 (72.66% from 255) = 51.1%

 BLUE value IS 84 (33.2% from 255) = 23.2%

R = 25.69%
G = 51.1%
B = 23.2%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#5DB954 (or 0x5DB954) is known color: Apple. HEX triplet: 5D, B9 and 54. RGB value is (93,185,84). Sum of RGB (Red+Green+Blue) = 93+185+84=362 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.69% from 362); Green value is 185 (72.66% from 255 or 51.10% from 362); Blue value is 84 (33.20% from 255 or 23.20% from 362); Max value from RGB is 185 - color contains mainly: green. Hex color #5DB954 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DB954 is #A246AB. Grayscale: #929292. Windows color (decimal): -10634924 or 5552477. OLE color: 5552477.

HSL color Cylindrical-coordinate representation of color #5DB954: hue angle of 114.65º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5DB954 is Cyan = 0.50, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB 93 185 84 -
CMYK 0.50 0 0.55 0.27
HSL 114.65º 0.42% 0.53% -
HSV(B) 114.65º 0.55% 0.73% -
XYZ 23.46 37.67 14.42 -
YUV 145.98 93.02 90.21 -
System Red Green Blue C M Y K H S L
Decimal 93 185 84 0.50 0 0.55 0.27 114.65 0.42 0.53
Hex 5D B9 54 32 0 37 1B 73 2A 35
Octal 135 271 124 62 0 67 33 163 52 65
Binary 1011101 10111001 1010100 110010 0 110111 11011 1110011 101010 110101

Color Harmonies of #5DB954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DB954

Black with #5DB954

Text Example


Text Example

White with #5DB954

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,185,84); }

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

background-color css

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

 a { background-color: rgb(93,185,84); }

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

border-color css

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

 span { border-color: rgb(93,185,84); }

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