Html Css Color HEX #5DA352 Apple

📋 copy color: '#5DA352'

red 93 ◦ green 163 ◦ blue 82

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

Shades of Apple #5DA352

Tints of Apple #5DA352

RGB

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

 GREEN value IS 163 (64.06% from 255) = 48.22%

 BLUE value IS 82 (32.42% from 255) = 24.26%

R = 27.51%
G = 48.22%
B = 24.26%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.50

 K value IS 0.36

RGB Variations

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

Color information

#5DA352 (or 0x5DA352) is known color: Apple. HEX triplet: 5D, A3 and 52. RGB value is (93,163,82). Sum of RGB (Red+Green+Blue) = 93+163+82=338 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.51% from 338); Green value is 163 (64.06% from 255 or 48.22% from 338); Blue value is 82 (32.42% from 255 or 24.26% from 338); Max value from RGB is 163 - color contains mainly: green. Hex color #5DA352 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA352 is #A25CAD. Grayscale: #858585. Windows color (decimal): -10640558 or 5415773. OLE color: 5415773.

HSL color Cylindrical-coordinate representation of color #5DA352: hue angle of 111.85º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5DA352 is Cyan = 0.43, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.36.

Color convert

RGB 93 163 82 -
CMYK 0.43 0 0.50 0.36
HSL 111.85º 0.33% 0.48% -
HSV(B) 111.85º 0.5% 0.64% -
XYZ 19.13 29.13 12.6 -
YUV 132.84 99.31 99.59 -
System Red Green Blue C M Y K H S L
Decimal 93 163 82 0.43 0 0.50 0.36 111.85 0.33 0.48
Hex 5D A3 52 2B 0 32 24 70 21 30
Octal 135 243 122 53 0 62 44 160 41 60
Binary 1011101 10100011 1010010 101011 0 110010 100100 1110000 100001 110000

Color Harmonies of #5DA352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DA352

Black with #5DA352

Text Example


Text Example

White with #5DA352

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,163,82); }

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

background-color css

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

 a { background-color: rgb(93,163,82); }

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

border-color css

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

 span { border-color: rgb(93,163,82); }

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