Html Css Color HEX #5DD34A Apple

📋 copy color: '#5DD34A'

red 93 ◦ green 211 ◦ blue 74

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

Shades of Apple #5DD34A

Tints of Apple #5DD34A

RGB

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

 GREEN value IS 211 (82.81% from 255) = 55.82%

 BLUE value IS 74 (29.3% from 255) = 19.58%

R = 24.6%
G = 55.82%
B = 19.58%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.65

 K value IS 0.17

RGB Variations

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

Color information

#5DD34A (or 0x5DD34A) is known color: Apple. HEX triplet: 5D, D3 and 4A. RGB value is (93,211,74). Sum of RGB (Red+Green+Blue) = 93+211+74=378 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.60% from 378); Green value is 211 (82.81% from 255 or 55.82% from 378); Blue value is 74 (29.30% from 255 or 19.58% from 378); Max value from RGB is 211 - color contains mainly: green. Hex color #5DD34A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DD34A is #A22CB5. Grayscale: #A0A0A0. Windows color (decimal): -10628278 or 4903773. OLE color: 4903773.

HSL color Cylindrical-coordinate representation of color #5DD34A: hue angle of 111.68º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5DD34A is Cyan = 0.56, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.17.

Color convert

RGB 93 211 74 -
CMYK 0.56 0 0.65 0.17
HSL 111.68º 0.61% 0.56% -
HSV(B) 111.68º 0.65% 0.83% -
XYZ 29.04 49.41 14.48 -
YUV 160.1 79.41 80.14 -
System Red Green Blue C M Y K H S L
Decimal 93 211 74 0.56 0 0.65 0.17 111.68 0.61 0.56
Hex 5D D3 4A 38 0 41 11 70 3D 38
Octal 135 323 112 70 0 101 21 160 75 70
Binary 1011101 11010011 1001010 111000 0 1000001 10001 1110000 111101 111000

Color Harmonies of #5DD34A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DD34A

Black with #5DD34A

Text Example


Text Example

White with #5DD34A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,211,74); }

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

background-color css

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

 a { background-color: rgb(93,211,74); }

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

border-color css

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

 span { border-color: rgb(93,211,74); }

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