Html Css Color HEX #5DD650 Apple

📋 copy color: '#5DD650'

red 93 ◦ green 214 ◦ blue 80

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

Shades of Apple #5DD650

Tints of Apple #5DD650

RGB

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

 GREEN value IS 214 (83.98% from 255) = 55.3%

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

R = 24.03%
G = 55.3%
B = 20.67%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#5DD650 (or 0x5DD650) is known color: Apple. HEX triplet: 5D, D6 and 50. RGB value is (93,214,80). Sum of RGB (Red+Green+Blue) = 93+214+80=387 (51% of max value = 765). Red value is 93 (36.72% from 255 or 24.03% from 387); Green value is 214 (83.98% from 255 or 55.30% from 387); Blue value is 80 (31.64% from 255 or 20.67% from 387); Max value from RGB is 214 - color contains mainly: green. Hex color #5DD650 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DD650 is #A229AF. Grayscale: #A2A2A2. Windows color (decimal): -10627504 or 5297757. OLE color: 5297757.

HSL color Cylindrical-coordinate representation of color #5DD650: hue angle of 114.18º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5DD650 is Cyan = 0.57, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB 93 214 80 -
CMYK 0.57 0 0.63 0.16
HSL 114.18º 0.62% 0.58% -
HSV(B) 114.18º 0.63% 0.84% -
XYZ 30.01 51 15.85 -
YUV 162.55 81.41 78.4 -
System Red Green Blue C M Y K H S L
Decimal 93 214 80 0.57 0 0.63 0.16 114.18 0.62 0.58
Hex 5D D6 50 39 0 3F 10 72 3E 3A
Octal 135 326 120 71 0 77 20 162 76 72
Binary 1011101 11010110 1010000 111001 0 111111 10000 1110010 111110 111010

Color Harmonies of #5DD650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DD650

Black with #5DD650

Text Example


Text Example

White with #5DD650

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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