Html Css Color HEX #5DB040 Apple

📋 copy color: '#5DB040'

red 93 ◦ green 176 ◦ blue 64

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

Shades of Apple #5DB040

Tints of Apple #5DB040

RGB

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

 GREEN value IS 176 (69.14% from 255) = 52.85%

 BLUE value IS 64 (25.39% from 255) = 19.22%

R = 27.93%
G = 52.85%
B = 19.22%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#5DB040 (or 0x5DB040) is known color: Apple. HEX triplet: 5D, B0 and 40. RGB value is (93,176,64). Sum of RGB (Red+Green+Blue) = 93+176+64=333 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.93% from 333); Green value is 176 (69.14% from 255 or 52.85% from 333); Blue value is 64 (25.39% from 255 or 19.22% from 333); Max value from RGB is 176 - color contains mainly: green. Hex color #5DB040 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DB040 is #A24FBF. Grayscale: #8A8A8A. Windows color (decimal): -10637248 or 4239453. OLE color: 4239453.

HSL color Cylindrical-coordinate representation of color #5DB040: hue angle of 104.46º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5DB040 is Cyan = 0.47, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 93 176 64 -
CMYK 0.47 0 0.64 0.31
HSL 104.46º 0.47% 0.47% -
HSV(B) 104.46º 0.64% 0.69% -
XYZ 20.96 33.75 10.26 -
YUV 138.42 86 95.61 -
System Red Green Blue C M Y K H S L
Decimal 93 176 64 0.47 0 0.64 0.31 104.46 0.47 0.47
Hex 5D B0 40 2F 0 40 1F 68 2F 2F
Octal 135 260 100 57 0 100 37 150 57 57
Binary 1011101 10110000 1000000 101111 0 1000000 11111 1101000 101111 101111

Color Harmonies of #5DB040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DB040

Black with #5DB040

Text Example


Text Example

White with #5DB040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,176,64); }

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

background-color css

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

 a { background-color: rgb(93,176,64); }

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

border-color css

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

 span { border-color: rgb(93,176,64); }

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