Html Css Color HEX #5DAC34 Apple

📋 copy color: '#5DAC34'

red 93 ◦ green 172 ◦ blue 52

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

Shades of Apple #5DAC34

Tints of Apple #5DAC34

RGB

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

 GREEN value IS 172 (67.58% from 255) = 54.26%

 BLUE value IS 52 (20.7% from 255) = 16.4%

R = 29.34%
G = 54.26%
B = 16.4%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#5DAC34 (or 0x5DAC34) is known color: Apple. HEX triplet: 5D, AC and 34. RGB value is (93,172,52). Sum of RGB (Red+Green+Blue) = 93+172+52=317 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.34% from 317); Green value is 172 (67.58% from 255 or 54.26% from 317); Blue value is 52 (20.70% from 255 or 16.40% from 317); Max value from RGB is 172 - color contains mainly: green. Hex color #5DAC34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DAC34 is #A253CB. Grayscale: #878787. Windows color (decimal): -10638284 or 3451997. OLE color: 3451997.

HSL color Cylindrical-coordinate representation of color #5DAC34: hue angle of 99.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5DAC34 is Cyan = 0.46, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB 93 172 52 -
CMYK 0.46 0 0.70 0.33
HSL 99.5º 0.54% 0.44% -
HSV(B) 99.5º 0.7% 0.67% -
XYZ 19.89 32.08 8.39 -
YUV 134.7 81.33 98.26 -
System Red Green Blue C M Y K H S L
Decimal 93 172 52 0.46 0 0.70 0.33 99.5 0.54 0.44
Hex 5D AC 34 2E 0 46 21 64 36 2C
Octal 135 254 64 56 0 106 41 144 66 54
Binary 1011101 10101100 110100 101110 0 1000110 100001 1100100 110110 101100

Color Harmonies of #5DAC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DAC34

Black with #5DAC34

Text Example


Text Example

White with #5DAC34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,172,52); }

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

background-color css

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

 a { background-color: rgb(93,172,52); }

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

border-color css

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

 span { border-color: rgb(93,172,52); }

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