Html Css Color HEX #5DBC53 Apple

📋 copy color: '#5DBC53'

red 93 ◦ green 188 ◦ blue 83

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

Shades of Apple #5DBC53

Tints of Apple #5DBC53

RGB

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

 GREEN value IS 188 (73.83% from 255) = 51.65%

 BLUE value IS 83 (32.81% from 255) = 22.8%

R = 25.55%
G = 51.65%
B = 22.8%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#5DBC53 (or 0x5DBC53) is known color: Apple. HEX triplet: 5D, BC and 53. RGB value is (93,188,83). Sum of RGB (Red+Green+Blue) = 93+188+83=364 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.55% from 364); Green value is 188 (73.83% from 255 or 51.65% from 364); Blue value is 83 (32.81% from 255 or 22.80% from 364); Max value from RGB is 188 - color contains mainly: green. Hex color #5DBC53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DBC53 is #A243AC. Grayscale: #939393. Windows color (decimal): -10634157 or 5487709. OLE color: 5487709.

HSL color Cylindrical-coordinate representation of color #5DBC53: hue angle of 114.29º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5DBC53 is Cyan = 0.51, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.

Color convert

RGB 93 188 83 -
CMYK 0.51 0 0.56 0.26
HSL 114.29º 0.44% 0.53% -
HSV(B) 114.29º 0.56% 0.74% -
XYZ 24.06 38.92 14.43 -
YUV 147.63 91.53 89.04 -
System Red Green Blue C M Y K H S L
Decimal 93 188 83 0.51 0 0.56 0.26 114.29 0.44 0.53
Hex 5D BC 53 33 0 38 1A 72 2C 35
Octal 135 274 123 63 0 70 32 162 54 65
Binary 1011101 10111100 1010011 110011 0 111000 11010 1110010 101100 110101

Color Harmonies of #5DBC53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DBC53

Black with #5DBC53

Text Example


Text Example

White with #5DBC53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,188,83); }

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

background-color css

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

 a { background-color: rgb(93,188,83); }

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

border-color css

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

 span { border-color: rgb(93,188,83); }

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