Html Css Color HEX #5DA141 Apple

📋 copy color: '#5DA141'

red 93 ◦ green 161 ◦ blue 65

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

Shades of Apple #5DA141

Tints of Apple #5DA141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 20.38%

R = 29.15%
G = 50.47%
B = 20.38%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.60

 K value IS 0.37

RGB Variations

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

Color information

#5DA141 (or 0x5DA141) is known color: Apple. HEX triplet: 5D, A1 and 41. RGB value is (93,161,65). Sum of RGB (Red+Green+Blue) = 93+161+65=319 (42% of max value = 765). Red value is 93 (36.72% from 255 or 29.15% from 319); Green value is 161 (63.28% from 255 or 50.47% from 319); Blue value is 65 (25.78% from 255 or 20.38% from 319); Max value from RGB is 161 - color contains mainly: green. Hex color #5DA141 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DA141 is #A25EBE. Grayscale: #828282. Windows color (decimal): -10641087 or 4301149. OLE color: 4301149.

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

Color convert

RGB 93 161 65 -
CMYK 0.42 0 0.60 0.37
HSL 102.5º 0.42% 0.44% -
HSV(B) 102.5º 0.6% 0.63% -
XYZ 18.21 28.2 9.48 -
YUV 129.72 91.47 101.81 -
System Red Green Blue C M Y K H S L
Decimal 93 161 65 0.42 0 0.60 0.37 102.5 0.42 0.44
Hex 5D A1 41 2A 0 3C 25 66 2A 2C
Octal 135 241 101 52 0 74 45 146 52 54
Binary 1011101 10100001 1000001 101010 0 111100 100101 1100110 101010 101100

Color Harmonies of #5DA141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DA141

Black with #5DA141

Text Example


Text Example

White with #5DA141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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