Html Css Color HEX #5DCD48 Apple

📋 copy color: '#5DCD48'

red 93 ◦ green 205 ◦ blue 72

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

Shades of Apple #5DCD48

Tints of Apple #5DCD48

RGB

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

 GREEN value IS 205 (80.47% from 255) = 55.41%

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

R = 25.14%
G = 55.41%
B = 19.46%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#5DCD48 (or 0x5DCD48) is known color: Apple. HEX triplet: 5D, CD and 48. RGB value is (93,205,72). Sum of RGB (Red+Green+Blue) = 93+205+72=370 (49% of max value = 765). Red value is 93 (36.72% from 255 or 25.14% from 370); Green value is 205 (80.47% from 255 or 55.41% from 370); Blue value is 72 (28.52% from 255 or 19.46% from 370); Max value from RGB is 205 - color contains mainly: green. Hex color #5DCD48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DCD48 is #A232B7. Grayscale: #9C9C9C. Windows color (decimal): -10629816 or 4771165. OLE color: 4771165.

HSL color Cylindrical-coordinate representation of color #5DCD48: hue angle of 110.53º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5DCD48 is Cyan = 0.55, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.20.

Color convert

RGB 93 205 72 -
CMYK 0.55 0 0.65 0.20
HSL 110.53º 0.57% 0.54% -
HSV(B) 110.53º 0.65% 0.8% -
XYZ 27.52 46.46 13.65 -
YUV 156.35 80.39 82.81 -
System Red Green Blue C M Y K H S L
Decimal 93 205 72 0.55 0 0.65 0.20 110.53 0.57 0.54
Hex 5D CD 48 37 0 41 14 6F 39 36
Octal 135 315 110 67 0 101 24 157 71 66
Binary 1011101 11001101 1001000 110111 0 1000001 10100 1101111 111001 110110

Color Harmonies of #5DCD48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DCD48

Black with #5DCD48

Text Example


Text Example

White with #5DCD48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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