Html Css Color HEX #5DDA4B Apple

📋 copy color: '#5DDA4B'

red 93 ◦ green 218 ◦ blue 75

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

Shades of Apple #5DDA4B

Tints of Apple #5DDA4B

RGB

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

 GREEN value IS 218 (85.55% from 255) = 56.48%

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

R = 24.09%
G = 56.48%
B = 19.43%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#5DDA4B (or 0x5DDA4B) is known color: Apple. HEX triplet: 5D, DA and 4B. RGB value is (93,218,75). Sum of RGB (Red+Green+Blue) = 93+218+75=386 (51% of max value = 765). Red value is 93 (36.72% from 255 or 24.09% from 386); Green value is 218 (85.55% from 255 or 56.48% from 386); Blue value is 75 (29.69% from 255 or 19.43% from 386); Max value from RGB is 218 - color contains mainly: green. Hex color #5DDA4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DDA4B is #A225B4. Grayscale: #A4A4A4. Windows color (decimal): -10626485 or 4971101. OLE color: 4971101.

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

Color convert

RGB 93 218 75 -
CMYK 0.57 0 0.66 0.15
HSL 112.45º 0.66% 0.57% -
HSV(B) 112.45º 0.66% 0.85% -
XYZ 30.86 52.98 15.26 -
YUV 164.32 77.59 77.13 -
System Red Green Blue C M Y K H S L
Decimal 93 218 75 0.57 0 0.66 0.15 112.45 0.66 0.57
Hex 5D DA 4B 39 0 42 F 70 42 39
Octal 135 332 113 71 0 102 17 160 102 71
Binary 1011101 11011010 1001011 111001 0 1000010 1111 1110000 1000010 111001

Color Harmonies of #5DDA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DDA4B

Black with #5DDA4B

Text Example


Text Example

White with #5DDA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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