Html Css Color HEX #5DA14B Apple

📋 copy color: '#5DA14B'

red 93 ◦ green 161 ◦ blue 75

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

Shades of Apple #5DA14B

Tints of Apple #5DA14B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 22.8%

R = 28.27%
G = 48.94%
B = 22.8%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.53

 K value IS 0.37

RGB Variations

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

Color information

#5DA14B (or 0x5DA14B) is known color: Apple. HEX triplet: 5D, A1 and 4B. RGB value is (93,161,75). Sum of RGB (Red+Green+Blue) = 93+161+75=329 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.27% from 329); Green value is 161 (63.28% from 255 or 48.94% from 329); Blue value is 75 (29.69% from 255 or 22.80% from 329); Max value from RGB is 161 - color contains mainly: green. Hex color #5DA14B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DA14B is #A25EB4. Grayscale: #838383. Windows color (decimal): -10641077 or 4956509. OLE color: 4956509.

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

Color convert

RGB 93 161 75 -
CMYK 0.42 0 0.53 0.37
HSL 107.44º 0.36% 0.46% -
HSV(B) 107.44º 0.53% 0.63% -
XYZ 18.53 28.32 11.15 -
YUV 130.86 96.47 100.99 -
System Red Green Blue C M Y K H S L
Decimal 93 161 75 0.42 0 0.53 0.37 107.44 0.36 0.46
Hex 5D A1 4B 2A 0 35 25 6B 24 2E
Octal 135 241 113 52 0 65 45 153 44 56
Binary 1011101 10100001 1001011 101010 0 110101 100101 1101011 100100 101110

Color Harmonies of #5DA14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DA14B

Black with #5DA14B

Text Example


Text Example

White with #5DA14B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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