Html Css Color HEX #5DB342 Apple

📋 copy color: '#5DB342'

red 93 ◦ green 179 ◦ blue 66

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

Shades of Apple #5DB342

Tints of Apple #5DB342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 19.53%

R = 27.51%
G = 52.96%
B = 19.53%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#5DB342 (or 0x5DB342) is known color: Apple. HEX triplet: 5D, B3 and 42. RGB value is (93,179,66). Sum of RGB (Red+Green+Blue) = 93+179+66=338 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.51% from 338); Green value is 179 (70.31% from 255 or 52.96% from 338); Blue value is 66 (26.17% from 255 or 19.53% from 338); Max value from RGB is 179 - color contains mainly: green. Hex color #5DB342 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DB342 is #A24CBD. Grayscale: #8C8C8C. Windows color (decimal): -10636478 or 4371293. OLE color: 4371293.

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

Color convert

RGB 93 179 66 -
CMYK 0.48 0 0.63 0.30
HSL 105.66º 0.46% 0.48% -
HSV(B) 105.66º 0.63% 0.7% -
XYZ 21.62 34.96 10.76 -
YUV 140.4 86.01 94.19 -
System Red Green Blue C M Y K H S L
Decimal 93 179 66 0.48 0 0.63 0.30 105.66 0.46 0.48
Hex 5D B3 42 30 0 3F 1E 6A 2E 30
Octal 135 263 102 60 0 77 36 152 56 60
Binary 1011101 10110011 1000010 110000 0 111111 11110 1101010 101110 110000

Color Harmonies of #5DB342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DB342

Black with #5DB342

Text Example


Text Example

White with #5DB342

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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