Html Css Color HEX #5DDA40 Apple

📋 copy color: '#5DDA40'

red 93 ◦ green 218 ◦ blue 64

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

Shades of Apple #5DDA40

Tints of Apple #5DDA40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 17.07%

R = 24.8%
G = 58.13%
B = 17.07%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#5DDA40 (or 0x5DDA40) is known color: Apple. HEX triplet: 5D, DA and 40. RGB value is (93,218,64). Sum of RGB (Red+Green+Blue) = 93+218+64=375 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.8% from 375); Green value is 218 (85.55% from 255 or 58.13% from 375); Blue value is 64 (25.39% from 255 or 17.07% from 375); Max value from RGB is 218 - color contains mainly: green. Hex color #5DDA40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DDA40 is #A225BF. Grayscale: #A3A3A3. Windows color (decimal): -10626496 or 4250205. OLE color: 4250205.

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

Color convert

RGB 93 218 64 -
CMYK 0.57 0 0.71 0.15
HSL 108.7º 0.68% 0.55% -
HSV(B) 108.7º 0.71% 0.85% -
XYZ 30.51 52.84 13.44 -
YUV 163.07 72.09 78.02 -
System Red Green Blue C M Y K H S L
Decimal 93 218 64 0.57 0 0.71 0.15 108.7 0.68 0.55
Hex 5D DA 40 39 0 47 F 6D 44 37
Octal 135 332 100 71 0 107 17 155 104 67
Binary 1011101 11011010 1000000 111001 0 1000111 1111 1101101 1000100 110111

Color Harmonies of #5DDA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DDA40

Black with #5DDA40

Text Example


Text Example

White with #5DDA40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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