Html Css Color HEX #5D9E4A Apple

📋 copy color: '#5D9E4A'

red 93 ◦ green 158 ◦ blue 74

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

Shades of Apple #5D9E4A

Tints of Apple #5D9E4A

RGB

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

 GREEN value IS 158 (62.11% from 255) = 48.62%

 BLUE value IS 74 (29.3% from 255) = 22.77%

R = 28.62%
G = 48.62%
B = 22.77%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.53

 K value IS 0.38

RGB Variations

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

Color information

#5D9E4A (or 0x5D9E4A) is known color: Apple. HEX triplet: 5D, 9E and 4A. RGB value is (93,158,74). Sum of RGB (Red+Green+Blue) = 93+158+74=325 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.62% from 325); Green value is 158 (62.11% from 255 or 48.62% from 325); Blue value is 74 (29.30% from 255 or 22.77% from 325); Max value from RGB is 158 - color contains mainly: green. Hex color #5D9E4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D9E4A is #A261B5. Grayscale: #818181. Windows color (decimal): -10641846 or 4890205. OLE color: 4890205.

HSL color Cylindrical-coordinate representation of color #5D9E4A: hue angle of 106.43º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5D9E4A is Cyan = 0.41, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.38.

Color convert

RGB 93 158 74 -
CMYK 0.41 0 0.53 0.38
HSL 106.43º 0.36% 0.45% -
HSV(B) 106.43º 0.53% 0.62% -
XYZ 17.98 27.28 10.8 -
YUV 128.99 96.97 102.33 -
System Red Green Blue C M Y K H S L
Decimal 93 158 74 0.41 0 0.53 0.38 106.43 0.36 0.45
Hex 5D 9E 4A 29 0 35 26 6A 24 2D
Octal 135 236 112 51 0 65 46 152 44 55
Binary 1011101 10011110 1001010 101001 0 110101 100110 1101010 100100 101101

Color Harmonies of #5D9E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D9E4A

Black with #5D9E4A

Text Example


Text Example

White with #5D9E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,158,74); }

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

background-color css

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

 a { background-color: rgb(93,158,74); }

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

border-color css

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

 span { border-color: rgb(93,158,74); }

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