Html Css Color HEX #5DBA52 Apple

📋 copy color: '#5DBA52'

red 93 ◦ green 186 ◦ blue 82

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

Shades of Apple #5DBA52

Tints of Apple #5DBA52

RGB

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

 GREEN value IS 186 (73.05% from 255) = 51.52%

 BLUE value IS 82 (32.42% from 255) = 22.71%

R = 25.76%
G = 51.52%
B = 22.71%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#5DBA52 (or 0x5DBA52) is known color: Apple. HEX triplet: 5D, BA and 52. RGB value is (93,186,82). Sum of RGB (Red+Green+Blue) = 93+186+82=361 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.76% from 361); Green value is 186 (73.05% from 255 or 51.52% from 361); Blue value is 82 (32.42% from 255 or 22.71% from 361); Max value from RGB is 186 - color contains mainly: green. Hex color #5DBA52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DBA52 is #A245AD. Grayscale: #929292. Windows color (decimal): -10634670 or 5421661. OLE color: 5421661.

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

Color convert

RGB 93 186 82 -
CMYK 0.5 0 0.56 0.27
HSL 113.65º 0.43% 0.53% -
HSV(B) 113.65º 0.56% 0.73% -
XYZ 23.6 38.05 14.08 -
YUV 146.34 91.69 89.96 -
System Red Green Blue C M Y K H S L
Decimal 93 186 82 0.5 0 0.56 0.27 113.65 0.43 0.53
Hex 5D BA 52 32 0 38 1B 72 2B 35
Octal 135 272 122 62 0 70 33 162 53 65
Binary 1011101 10111010 1010010 110010 0 111000 11011 1110010 101011 110101

Color Harmonies of #5DBA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DBA52

Black with #5DBA52

Text Example


Text Example

White with #5DBA52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,186,82); }

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

background-color css

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

 a { background-color: rgb(93,186,82); }

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

border-color css

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

 span { border-color: rgb(93,186,82); }

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