Html Css Color HEX #5DD54B Apple

📋 copy color: '#5DD54B'

red 93 ◦ green 213 ◦ blue 75

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

Shades of Apple #5DD54B

Tints of Apple #5DD54B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.69%

R = 24.41%
G = 55.91%
B = 19.69%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#5DD54B (or 0x5DD54B) is known color: Apple. HEX triplet: 5D, D5 and 4B. RGB value is (93,213,75). Sum of RGB (Red+Green+Blue) = 93+213+75=381 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.41% from 381); Green value is 213 (83.59% from 255 or 55.91% from 381); Blue value is 75 (29.69% from 255 or 19.69% from 381); Max value from RGB is 213 - color contains mainly: green. Hex color #5DD54B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DD54B is #A22AB4. Grayscale: #A1A1A1. Windows color (decimal): -10627765 or 4969821. OLE color: 4969821.

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

Color convert

RGB 93 213 75 -
CMYK 0.56 0 0.65 0.16
HSL 112.17º 0.62% 0.56% -
HSV(B) 112.17º 0.65% 0.84% -
XYZ 29.58 50.42 14.83 -
YUV 161.39 79.24 79.22 -
System Red Green Blue C M Y K H S L
Decimal 93 213 75 0.56 0 0.65 0.16 112.17 0.62 0.56
Hex 5D D5 4B 38 0 41 10 70 3E 38
Octal 135 325 113 70 0 101 20 160 76 70
Binary 1011101 11010101 1001011 111000 0 1000001 10000 1110000 111110 111000

Color Harmonies of #5DD54B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DD54B

Black with #5DD54B

Text Example


Text Example

White with #5DD54B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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