Html Css Color HEX #5DE038 Apple

📋 copy color: '#5DE038'

red 93 ◦ green 224 ◦ blue 56

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

Shades of Apple #5DE038

Tints of Apple #5DE038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 15.01%

R = 24.93%
G = 60.05%
B = 15.01%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.75

 K value IS 0.12

RGB Variations

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

Color information

#5DE038 (or 0x5DE038) is known color: Apple. HEX triplet: 5D, E0 and 38. RGB value is (93,224,56). Sum of RGB (Red+Green+Blue) = 93+224+56=373 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.93% from 373); Green value is 224 (87.89% from 255 or 60.05% from 373); Blue value is 56 (22.27% from 255 or 15.01% from 373); Max value from RGB is 224 - color contains mainly: green. Hex color #5DE038 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DE038 is #A21FC7. Grayscale: #A6A6A6. Windows color (decimal): -10624968 or 3727453. OLE color: 3727453.

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

Color convert

RGB 93 224 56 -
CMYK 0.58 0 0.75 0.12
HSL 106.79º 0.73% 0.55% -
HSV(B) 106.79º 0.75% 0.88% -
XYZ 31.88 55.92 12.86 -
YUV 165.68 66.1 76.16 -
System Red Green Blue C M Y K H S L
Decimal 93 224 56 0.58 0 0.75 0.12 106.79 0.73 0.55
Hex 5D E0 38 3A 0 4B C 6B 49 37
Octal 135 340 70 72 0 113 14 153 111 67
Binary 1011101 11100000 111000 111010 0 1001011 1100 1101011 1001001 110111

Color Harmonies of #5DE038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DE038

Black with #5DE038

Text Example


Text Example

White with #5DE038

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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