Html Css Color HEX #5DAE4B Apple

📋 copy color: '#5DAE4B'

red 93 ◦ green 174 ◦ blue 75

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

Shades of Apple #5DAE4B

Tints of Apple #5DAE4B

RGB

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

 GREEN value IS 174 (68.36% from 255) = 50.88%

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

R = 27.19%
G = 50.88%
B = 21.93%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#5DAE4B (or 0x5DAE4B) is known color: Apple. HEX triplet: 5D, AE and 4B. RGB value is (93,174,75). Sum of RGB (Red+Green+Blue) = 93+174+75=342 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.19% from 342); Green value is 174 (68.36% from 255 or 50.88% from 342); Blue value is 75 (29.69% from 255 or 21.93% from 342); Max value from RGB is 174 - color contains mainly: green. Hex color #5DAE4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DAE4B is #A251B4. Grayscale: #8A8A8A. Windows color (decimal): -10637749 or 4959837. OLE color: 4959837.

HSL color Cylindrical-coordinate representation of color #5DAE4B: hue angle of 109.09º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5DAE4B is Cyan = 0.47, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.32.

Color convert

RGB 93 174 75 -
CMYK 0.47 0 0.57 0.32
HSL 109.09º 0.4% 0.49% -
HSV(B) 109.09º 0.57% 0.68% -
XYZ 20.92 33.11 11.94 -
YUV 138.5 92.16 95.55 -
System Red Green Blue C M Y K H S L
Decimal 93 174 75 0.47 0 0.57 0.32 109.09 0.4 0.49
Hex 5D AE 4B 2F 0 39 20 6D 28 31
Octal 135 256 113 57 0 71 40 155 50 61
Binary 1011101 10101110 1001011 101111 0 111001 100000 1101101 101000 110001

Color Harmonies of #5DAE4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DAE4B

Black with #5DAE4B

Text Example


Text Example

White with #5DAE4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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