Html Css Color HEX #5DD536 Apple

📋 copy color: '#5DD536'

red 93 ◦ green 213 ◦ blue 54

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

Shades of Apple #5DD536

Tints of Apple #5DD536

RGB

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

 GREEN value IS 213 (83.59% from 255) = 59.17%

 BLUE value IS 54 (21.48% from 255) = 15%

R = 25.83%
G = 59.17%
B = 15%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#5DD536 (or 0x5DD536) is known color: Apple. HEX triplet: 5D, D5 and 36. RGB value is (93,213,54). Sum of RGB (Red+Green+Blue) = 93+213+54=360 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.83% from 360); Green value is 213 (83.59% from 255 or 59.17% from 360); Blue value is 54 (21.48% from 255 or 15% from 360); Max value from RGB is 213 - color contains mainly: green. Hex color #5DD536 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DD536 is #A22AC9. Grayscale: #9F9F9F. Windows color (decimal): -10627786 or 3593565. OLE color: 3593565.

HSL color Cylindrical-coordinate representation of color #5DD536: hue angle of 105.28º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5DD536 is Cyan = 0.56, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB 93 213 54 -
CMYK 0.56 0 0.75 0.16
HSL 105.28º 0.65% 0.52% -
HSV(B) 105.28º 0.75% 0.84% -
XYZ 28.97 50.18 11.65 -
YUV 158.99 68.74 80.93 -
System Red Green Blue C M Y K H S L
Decimal 93 213 54 0.56 0 0.75 0.16 105.28 0.65 0.52
Hex 5D D5 36 38 0 4B 10 69 41 34
Octal 135 325 66 70 0 113 20 151 101 64
Binary 1011101 11010101 110110 111000 0 1001011 10000 1101001 1000001 110100

Color Harmonies of #5DD536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DD536

Black with #5DD536

Text Example


Text Example

White with #5DD536

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,213,54); }

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

background-color css

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

 a { background-color: rgb(93,213,54); }

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

border-color css

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

 span { border-color: rgb(93,213,54); }

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