Html Css Color HEX #5DBC48 Apple

📋 copy color: '#5DBC48'

red 93 ◦ green 188 ◦ blue 72

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

Shades of Apple #5DBC48

Tints of Apple #5DBC48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 20.4%

R = 26.35%
G = 53.26%
B = 20.4%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#5DBC48 (or 0x5DBC48) is known color: Apple. HEX triplet: 5D, BC and 48. RGB value is (93,188,72). Sum of RGB (Red+Green+Blue) = 93+188+72=353 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.35% from 353); Green value is 188 (73.83% from 255 or 53.26% from 353); Blue value is 72 (28.52% from 255 or 20.40% from 353); Max value from RGB is 188 - color contains mainly: green. Hex color #5DBC48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DBC48 is #A243B7. Grayscale: #929292. Windows color (decimal): -10634168 or 4766813. OLE color: 4766813.

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

Color convert

RGB 93 188 72 -
CMYK 0.51 0 0.62 0.26
HSL 109.14º 0.46% 0.51% -
HSV(B) 109.14º 0.62% 0.74% -
XYZ 23.67 38.76 12.37 -
YUV 146.37 86.03 89.93 -
System Red Green Blue C M Y K H S L
Decimal 93 188 72 0.51 0 0.62 0.26 109.14 0.46 0.51
Hex 5D BC 48 33 0 3E 1A 6D 2E 33
Octal 135 274 110 63 0 76 32 155 56 63
Binary 1011101 10111100 1001000 110011 0 111110 11010 1101101 101110 110011

Color Harmonies of #5DBC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DBC48

Black with #5DBC48

Text Example


Text Example

White with #5DBC48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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