Html Css Color HEX #5DB450 Apple

📋 copy color: '#5DB450'

red 93 ◦ green 180 ◦ blue 80

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

Shades of Apple #5DB450

Tints of Apple #5DB450

RGB

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

 GREEN value IS 180 (70.7% from 255) = 50.99%

 BLUE value IS 80 (31.64% from 255) = 22.66%

R = 26.35%
G = 50.99%
B = 22.66%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#5DB450 (or 0x5DB450) is known color: Apple. HEX triplet: 5D, B4 and 50. RGB value is (93,180,80). Sum of RGB (Red+Green+Blue) = 93+180+80=353 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.35% from 353); Green value is 180 (70.70% from 255 or 50.99% from 353); Blue value is 80 (31.64% from 255 or 22.66% from 353); Max value from RGB is 180 - color contains mainly: green. Hex color #5DB450 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DB450 is #A24BAF. Grayscale: #8E8E8E. Windows color (decimal): -10636208 or 5289053. OLE color: 5289053.

HSL color Cylindrical-coordinate representation of color #5DB450: hue angle of 112.2º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5DB450 is Cyan = 0.48, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB 93 180 80 -
CMYK 0.48 0 0.56 0.29
HSL 112.2º 0.4% 0.51% -
HSV(B) 112.2º 0.56% 0.71% -
XYZ 22.28 35.55 13.28 -
YUV 142.59 92.68 92.63 -
System Red Green Blue C M Y K H S L
Decimal 93 180 80 0.48 0 0.56 0.29 112.2 0.4 0.51
Hex 5D B4 50 30 0 38 1D 70 28 33
Octal 135 264 120 60 0 70 35 160 50 63
Binary 1011101 10110100 1010000 110000 0 111000 11101 1110000 101000 110011

Color Harmonies of #5DB450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DB450

Black with #5DB450

Text Example


Text Example

White with #5DB450

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,180,80); }

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

background-color css

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

 a { background-color: rgb(93,180,80); }

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

border-color css

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

 span { border-color: rgb(93,180,80); }

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