Html Css Color HEX #5DB349 Apple

📋 copy color: '#5DB349'

red 93 ◦ green 179 ◦ blue 73

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

Shades of Apple #5DB349

Tints of Apple #5DB349

RGB

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

 GREEN value IS 179 (70.31% from 255) = 51.88%

 BLUE value IS 73 (28.91% from 255) = 21.16%

R = 26.96%
G = 51.88%
B = 21.16%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#5DB349 (or 0x5DB349) is known color: Apple. HEX triplet: 5D, B3 and 49. RGB value is (93,179,73). Sum of RGB (Red+Green+Blue) = 93+179+73=345 (45% of max value = 765). Red value is 93 (36.72% from 255 or 26.96% from 345); Green value is 179 (70.31% from 255 or 51.88% from 345); Blue value is 73 (28.91% from 255 or 21.16% from 345); Max value from RGB is 179 - color contains mainly: green. Hex color #5DB349 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DB349 is #A24CB6. Grayscale: #8D8D8D. Windows color (decimal): -10636471 or 4830045. OLE color: 4830045.

HSL color Cylindrical-coordinate representation of color #5DB349: hue angle of 108.68º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5DB349 is Cyan = 0.48, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.30.

Color convert

RGB 93 179 73 -
CMYK 0.48 0 0.59 0.30
HSL 108.68º 0.42% 0.49% -
HSV(B) 108.68º 0.59% 0.7% -
XYZ 21.84 35.05 11.92 -
YUV 141.2 89.51 93.62 -
System Red Green Blue C M Y K H S L
Decimal 93 179 73 0.48 0 0.59 0.30 108.68 0.42 0.49
Hex 5D B3 49 30 0 3B 1E 6D 2A 31
Octal 135 263 111 60 0 73 36 155 52 61
Binary 1011101 10110011 1001001 110000 0 111011 11110 1101101 101010 110001

Color Harmonies of #5DB349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DB349

Black with #5DB349

Text Example


Text Example

White with #5DB349

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,179,73); }

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

background-color css

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

 a { background-color: rgb(93,179,73); }

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

border-color css

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

 span { border-color: rgb(93,179,73); }

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