Html Css Color HEX #5DD548 Apple

📋 copy color: '#5DD548'

red 93 ◦ green 213 ◦ blue 72

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

Shades of Apple #5DD548

Tints of Apple #5DD548

RGB

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

 GREEN value IS 213 (83.59% from 255) = 56.35%

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

R = 24.6%
G = 56.35%
B = 19.05%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#5DD548 (or 0x5DD548) is known color: Apple. HEX triplet: 5D, D5 and 48. RGB value is (93,213,72). Sum of RGB (Red+Green+Blue) = 93+213+72=378 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.60% from 378); Green value is 213 (83.59% from 255 or 56.35% from 378); Blue value is 72 (28.52% from 255 or 19.05% from 378); Max value from RGB is 213 - color contains mainly: green. Hex color #5DD548 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DD548 is #A22AB7. Grayscale: #A1A1A1. Windows color (decimal): -10627768 or 4773213. OLE color: 4773213.

HSL color Cylindrical-coordinate representation of color #5DD548: hue angle of 111.06º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5DD548 is Cyan = 0.56, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 93 213 72 -
CMYK 0.56 0 0.66 0.16
HSL 111.06º 0.63% 0.56% -
HSV(B) 111.06º 0.66% 0.84% -
XYZ 29.48 50.38 14.3 -
YUV 161.05 77.74 79.46 -
System Red Green Blue C M Y K H S L
Decimal 93 213 72 0.56 0 0.66 0.16 111.06 0.63 0.56
Hex 5D D5 48 38 0 42 10 6F 3F 38
Octal 135 325 110 70 0 102 20 157 77 70
Binary 1011101 11010101 1001000 111000 0 1000010 10000 1101111 111111 111000

Color Harmonies of #5DD548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DD548

Black with #5DD548

Text Example


Text Example

White with #5DD548

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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