Html Css Color HEX #5DD053 Apple

📋 copy color: '#5DD053'

red 93 ◦ green 208 ◦ blue 83

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

Shades of Apple #5DD053

Tints of Apple #5DD053

RGB

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

 GREEN value IS 208 (81.64% from 255) = 54.17%

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

R = 24.22%
G = 54.17%
B = 21.61%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#5DD053 (or 0x5DD053) is known color: Apple. HEX triplet: 5D, D0 and 53. RGB value is (93,208,83). Sum of RGB (Red+Green+Blue) = 93+208+83=384 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.22% from 384); Green value is 208 (81.64% from 255 or 54.17% from 384); Blue value is 83 (32.81% from 255 or 21.61% from 384); Max value from RGB is 208 - color contains mainly: green. Hex color #5DD053 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DD053 is #A22FAC. Grayscale: #9F9F9F. Windows color (decimal): -10629037 or 5492829. OLE color: 5492829.

HSL color Cylindrical-coordinate representation of color #5DD053: hue angle of 115.2º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5DD053 is Cyan = 0.55, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.

Color convert

RGB 93 208 83 -
CMYK 0.55 0 0.60 0.18
HSL 115.2º 0.57% 0.57% -
HSV(B) 115.2º 0.6% 0.82% -
XYZ 28.63 48.06 15.95 -
YUV 159.37 84.9 80.66 -
System Red Green Blue C M Y K H S L
Decimal 93 208 83 0.55 0 0.60 0.18 115.2 0.57 0.57
Hex 5D D0 53 37 0 3C 12 73 39 39
Octal 135 320 123 67 0 74 22 163 71 71
Binary 1011101 11010000 1010011 110111 0 111100 10010 1110011 111001 111001

Color Harmonies of #5DD053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DD053

Black with #5DD053

Text Example


Text Example

White with #5DD053

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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