Html Css Color HEX #5DD73B Apple

📋 copy color: '#5DD73B'

red 93 ◦ green 215 ◦ blue 59

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

Shades of Apple #5DD73B

Tints of Apple #5DD73B

RGB

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

 GREEN value IS 215 (84.38% from 255) = 58.58%

 BLUE value IS 59 (23.44% from 255) = 16.08%

R = 25.34%
G = 58.58%
B = 16.08%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#5DD73B (or 0x5DD73B) is known color: Apple. HEX triplet: 5D, D7 and 3B. RGB value is (93,215,59). Sum of RGB (Red+Green+Blue) = 93+215+59=367 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.34% from 367); Green value is 215 (84.38% from 255 or 58.58% from 367); Blue value is 59 (23.44% from 255 or 16.08% from 367); Max value from RGB is 215 - color contains mainly: green. Hex color #5DD73B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DD73B is #A228C4. Grayscale: #A1A1A1. Windows color (decimal): -10627269 or 3921757. OLE color: 3921757.

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

Color convert

RGB 93 215 59 -
CMYK 0.57 0 0.73 0.16
HSL 106.92º 0.66% 0.54% -
HSV(B) 106.92º 0.73% 0.84% -
XYZ 29.6 51.24 12.47 -
YUV 160.74 70.58 79.68 -
System Red Green Blue C M Y K H S L
Decimal 93 215 59 0.57 0 0.73 0.16 106.92 0.66 0.54
Hex 5D D7 3B 39 0 49 10 6B 42 36
Octal 135 327 73 71 0 111 20 153 102 66
Binary 1011101 11010111 111011 111001 0 1001001 10000 1101011 1000010 110110

Color Harmonies of #5DD73B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DD73B

Black with #5DD73B

Text Example


Text Example

White with #5DD73B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,215,59); }

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

background-color css

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

 a { background-color: rgb(93,215,59); }

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

border-color css

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

 span { border-color: rgb(93,215,59); }

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