Html Css Color HEX #5DAC3D Apple

📋 copy color: '#5DAC3D'

red 93 ◦ green 172 ◦ blue 61

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

Shades of Apple #5DAC3D

Tints of Apple #5DAC3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.71%

R = 28.53%
G = 52.76%
B = 18.71%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#5DAC3D (or 0x5DAC3D) is known color: Apple. HEX triplet: 5D, AC and 3D. RGB value is (93,172,61). Sum of RGB (Red+Green+Blue) = 93+172+61=326 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.53% from 326); Green value is 172 (67.58% from 255 or 52.76% from 326); Blue value is 61 (24.22% from 255 or 18.71% from 326); Max value from RGB is 172 - color contains mainly: green. Hex color #5DAC3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DAC3D is #A253C2. Grayscale: #888888. Windows color (decimal): -10638275 or 4041821. OLE color: 4041821.

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

Color convert

RGB 93 172 61 -
CMYK 0.46 0 0.65 0.33
HSL 102.7º 0.48% 0.46% -
HSV(B) 102.7º 0.65% 0.67% -
XYZ 20.11 32.17 9.56 -
YUV 135.73 85.83 97.53 -
System Red Green Blue C M Y K H S L
Decimal 93 172 61 0.46 0 0.65 0.33 102.7 0.48 0.46
Hex 5D AC 3D 2E 0 41 21 67 30 2E
Octal 135 254 75 56 0 101 41 147 60 56
Binary 1011101 10101100 111101 101110 0 1000001 100001 1100111 110000 101110

Color Harmonies of #5DAC3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DAC3D

Black with #5DAC3D

Text Example


Text Example

White with #5DAC3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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