Html Css Color HEX #5DCB50 Apple

📋 copy color: '#5DCB50'

red 93 ◦ green 203 ◦ blue 80

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

Shades of Apple #5DCB50

Tints of Apple #5DCB50

RGB

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

 GREEN value IS 203 (79.69% from 255) = 53.99%

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

R = 24.73%
G = 53.99%
B = 21.28%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.61

 K value IS 0.20

RGB Variations

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

Color information

#5DCB50 (or 0x5DCB50) is known color: Apple. HEX triplet: 5D, CB and 50. RGB value is (93,203,80). Sum of RGB (Red+Green+Blue) = 93+203+80=376 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.73% from 376); Green value is 203 (79.69% from 255 or 53.99% from 376); Blue value is 80 (31.64% from 255 or 21.28% from 376); Max value from RGB is 203 - color contains mainly: green. Hex color #5DCB50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DCB50 is #A234AF. Grayscale: #9C9C9C. Windows color (decimal): -10630320 or 5294941. OLE color: 5294941.

HSL color Cylindrical-coordinate representation of color #5DCB50: hue angle of 113.66º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DCB50 is Cyan = 0.54, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.

Color convert

RGB 93 203 80 -
CMYK 0.54 0 0.61 0.20
HSL 113.66º 0.54% 0.55% -
HSV(B) 113.66º 0.61% 0.8% -
XYZ 27.32 45.62 14.95 -
YUV 156.09 85.06 83 -
System Red Green Blue C M Y K H S L
Decimal 93 203 80 0.54 0 0.61 0.20 113.66 0.54 0.55
Hex 5D CB 50 36 0 3D 14 72 36 37
Octal 135 313 120 66 0 75 24 162 66 67
Binary 1011101 11001011 1010000 110110 0 111101 10100 1110010 110110 110111

Color Harmonies of #5DCB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DCB50

Black with #5DCB50

Text Example


Text Example

White with #5DCB50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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