Html Css Color HEX #5DA14D Apple

📋 copy color: '#5DA14D'

red 93 ◦ green 161 ◦ blue 77

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

Shades of Apple #5DA14D

Tints of Apple #5DA14D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 48.64%

 BLUE value IS 77 (30.47% from 255) = 23.26%

R = 28.1%
G = 48.64%
B = 23.26%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.52

 K value IS 0.37

RGB Variations

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

Color information

#5DA14D (or 0x5DA14D) is known color: Apple. HEX triplet: 5D, A1 and 4D. RGB value is (93,161,77). Sum of RGB (Red+Green+Blue) = 93+161+77=331 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.10% from 331); Green value is 161 (63.28% from 255 or 48.64% from 331); Blue value is 77 (30.47% from 255 or 23.26% from 331); Max value from RGB is 161 - color contains mainly: green. Hex color #5DA14D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA14D is #A25EB2. Grayscale: #838383. Windows color (decimal): -10641075 or 5087581. OLE color: 5087581.

HSL color Cylindrical-coordinate representation of color #5DA14D: hue angle of 108.57º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5DA14D is Cyan = 0.42, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.37.

Color convert

RGB 93 161 77 -
CMYK 0.42 0 0.52 0.37
HSL 108.57º 0.35% 0.47% -
HSV(B) 108.57º 0.52% 0.63% -
XYZ 18.6 28.35 11.51 -
YUV 131.09 97.47 100.83 -
System Red Green Blue C M Y K H S L
Decimal 93 161 77 0.42 0 0.52 0.37 108.57 0.35 0.47
Hex 5D A1 4D 2A 0 34 25 6D 23 2F
Octal 135 241 115 52 0 64 45 155 43 57
Binary 1011101 10100001 1001101 101010 0 110100 100101 1101101 100011 101111

Color Harmonies of #5DA14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DA14D

Black with #5DA14D

Text Example


Text Example

White with #5DA14D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,161,77); }

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

background-color css

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

 a { background-color: rgb(93,161,77); }

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

border-color css

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

 span { border-color: rgb(93,161,77); }

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