Html Css Color HEX #5DD94C Apple

📋 copy color: '#5DD94C'

red 93 ◦ green 217 ◦ blue 76

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

Shades of Apple #5DD94C

Tints of Apple #5DD94C

RGB

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

 GREEN value IS 217 (85.16% from 255) = 56.22%

 BLUE value IS 76 (30.08% from 255) = 19.69%

R = 24.09%
G = 56.22%
B = 19.69%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#5DD94C (or 0x5DD94C) is known color: Apple. HEX triplet: 5D, D9 and 4C. RGB value is (93,217,76). Sum of RGB (Red+Green+Blue) = 93+217+76=386 (51% of max value = 765). Red value is 93 (36.72% from 255 or 24.09% from 386); Green value is 217 (85.16% from 255 or 56.22% from 386); Blue value is 76 (30.08% from 255 or 19.69% from 386); Max value from RGB is 217 - color contains mainly: green. Hex color #5DD94C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DD94C is #A226B3. Grayscale: #A4A4A4. Windows color (decimal): -10626740 or 5036381. OLE color: 5036381.

HSL color Cylindrical-coordinate representation of color #5DD94C: hue angle of 112.77º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5DD94C is Cyan = 0.57, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 93 217 76 -
CMYK 0.57 0 0.65 0.15
HSL 112.77º 0.65% 0.57% -
HSV(B) 112.77º 0.65% 0.85% -
XYZ 30.63 52.47 15.35 -
YUV 163.85 78.42 77.46 -
System Red Green Blue C M Y K H S L
Decimal 93 217 76 0.57 0 0.65 0.15 112.77 0.65 0.57
Hex 5D D9 4C 39 0 41 F 71 41 39
Octal 135 331 114 71 0 101 17 161 101 71
Binary 1011101 11011001 1001100 111001 0 1000001 1111 1110001 1000001 111001

Color Harmonies of #5DD94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DD94C

Black with #5DD94C

Text Example


Text Example

White with #5DD94C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,217,76); }

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

background-color css

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

 a { background-color: rgb(93,217,76); }

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

border-color css

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

 span { border-color: rgb(93,217,76); }

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