Html Css Color HEX #5D9F41 Apple

📋 copy color: '#5D9F41'

red 93 ◦ green 159 ◦ blue 65

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

Shades of Apple #5D9F41

Tints of Apple #5D9F41

RGB

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

 GREEN value IS 159 (62.5% from 255) = 50.16%

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

R = 29.34%
G = 50.16%
B = 20.5%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.59

 K value IS 0.38

RGB Variations

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

Color information

#5D9F41 (or 0x5D9F41) is known color: Apple. HEX triplet: 5D, 9F and 41. RGB value is (93,159,65). Sum of RGB (Red+Green+Blue) = 93+159+65=317 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.34% from 317); Green value is 159 (62.5% from 255 or 50.16% from 317); Blue value is 65 (25.78% from 255 or 20.50% from 317); Max value from RGB is 159 - color contains mainly: green. Hex color #5D9F41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D9F41 is #A260BE. Grayscale: #808080. Windows color (decimal): -10641599 or 4300637. OLE color: 4300637.

HSL color Cylindrical-coordinate representation of color #5D9F41: hue angle of 102.13º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5D9F41 is Cyan = 0.42, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.38.

Color convert

RGB 93 159 65 -
CMYK 0.42 0 0.59 0.38
HSL 102.13º 0.42% 0.44% -
HSV(B) 102.13º 0.59% 0.62% -
XYZ 17.87 27.51 9.37 -
YUV 128.55 92.13 102.64 -
System Red Green Blue C M Y K H S L
Decimal 93 159 65 0.42 0 0.59 0.38 102.13 0.42 0.44
Hex 5D 9F 41 2A 0 3B 26 66 2A 2C
Octal 135 237 101 52 0 73 46 146 52 54
Binary 1011101 10011111 1000001 101010 0 111011 100110 1100110 101010 101100

Color Harmonies of #5D9F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D9F41

Black with #5D9F41

Text Example


Text Example

White with #5D9F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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