Html Css Color HEX #5DE041 Apple

📋 copy color: '#5DE041'

red 93 ◦ green 224 ◦ blue 65

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

Shades of Apple #5DE041

Tints of Apple #5DE041

RGB

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

 GREEN value IS 224 (87.89% from 255) = 58.64%

 BLUE value IS 65 (25.78% from 255) = 17.02%

R = 24.35%
G = 58.64%
B = 17.02%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#5DE041 (or 0x5DE041) is known color: Apple. HEX triplet: 5D, E0 and 41. RGB value is (93,224,65). Sum of RGB (Red+Green+Blue) = 93+224+65=382 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.35% from 382); Green value is 224 (87.89% from 255 or 58.64% from 382); Blue value is 65 (25.78% from 255 or 17.02% from 382); Max value from RGB is 224 - color contains mainly: green. Hex color #5DE041 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DE041 is #A21FBE. Grayscale: #A7A7A7. Windows color (decimal): -10624959 or 4317277. OLE color: 4317277.

HSL color Cylindrical-coordinate representation of color #5DE041: hue angle of 109.43º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5DE041 is Cyan = 0.58, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB 93 224 65 -
CMYK 0.58 0 0.71 0.12
HSL 109.43º 0.72% 0.57% -
HSV(B) 109.43º 0.71% 0.88% -
XYZ 32.12 56.02 14.12 -
YUV 166.71 70.6 75.43 -
System Red Green Blue C M Y K H S L
Decimal 93 224 65 0.58 0 0.71 0.12 109.43 0.72 0.57
Hex 5D E0 41 3A 0 47 C 6D 48 39
Octal 135 340 101 72 0 107 14 155 110 71
Binary 1011101 11100000 1000001 111010 0 1000111 1100 1101101 1001000 111001

Color Harmonies of #5DE041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DE041

Black with #5DE041

Text Example


Text Example

White with #5DE041

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,224,65); }

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

background-color css

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

 a { background-color: rgb(93,224,65); }

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

border-color css

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

 span { border-color: rgb(93,224,65); }

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