Html Css Color HEX #5DAC4C Apple

📋 copy color: '#5DAC4C'

red 93 ◦ green 172 ◦ blue 76

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

Shades of Apple #5DAC4C

Tints of Apple #5DAC4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.29%

R = 27.27%
G = 50.44%
B = 22.29%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#5DAC4C (or 0x5DAC4C) is known color: Apple. HEX triplet: 5D, AC and 4C. RGB value is (93,172,76). Sum of RGB (Red+Green+Blue) = 93+172+76=341 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.27% from 341); Green value is 172 (67.58% from 255 or 50.44% from 341); Blue value is 76 (30.08% from 255 or 22.29% from 341); Max value from RGB is 172 - color contains mainly: green. Hex color #5DAC4C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DAC4C is #A253B3. Grayscale: #898989. Windows color (decimal): -10638260 or 5024861. OLE color: 5024861.

HSL color Cylindrical-coordinate representation of color #5DAC4C: hue angle of 109.38º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5DAC4C is Cyan = 0.46, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB 93 172 76 -
CMYK 0.46 0 0.56 0.33
HSL 109.38º 0.39% 0.49% -
HSV(B) 109.38º 0.56% 0.67% -
XYZ 20.57 32.35 12 -
YUV 137.44 93.33 96.31 -
System Red Green Blue C M Y K H S L
Decimal 93 172 76 0.46 0 0.56 0.33 109.38 0.39 0.49
Hex 5D AC 4C 2E 0 38 21 6D 27 31
Octal 135 254 114 56 0 70 41 155 47 61
Binary 1011101 10101100 1001100 101110 0 111000 100001 1101101 100111 110001

Color Harmonies of #5DAC4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DAC4C

Black with #5DAC4C

Text Example


Text Example

White with #5DAC4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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