Html Css Color HEX #5DDC3E Apple

📋 copy color: '#5DDC3E'

red 93 ◦ green 220 ◦ blue 62

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

Shades of Apple #5DDC3E

Tints of Apple #5DDC3E

RGB

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

 GREEN value IS 220 (86.33% from 255) = 58.67%

 BLUE value IS 62 (24.61% from 255) = 16.53%

R = 24.8%
G = 58.67%
B = 16.53%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#5DDC3E (or 0x5DDC3E) is known color: Apple. HEX triplet: 5D, DC and 3E. RGB value is (93,220,62). Sum of RGB (Red+Green+Blue) = 93+220+62=375 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.8% from 375); Green value is 220 (86.33% from 255 or 58.67% from 375); Blue value is 62 (24.61% from 255 or 16.53% from 375); Max value from RGB is 220 - color contains mainly: green. Hex color #5DDC3E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DDC3E is #A223C1. Grayscale: #A4A4A4. Windows color (decimal): -10625986 or 4119645. OLE color: 4119645.

HSL color Cylindrical-coordinate representation of color #5DDC3E: hue angle of 108.23º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5DDC3E is Cyan = 0.58, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.

Color convert

RGB 93 220 62 -
CMYK 0.58 0 0.72 0.14
HSL 108.23º 0.69% 0.55% -
HSV(B) 108.23º 0.72% 0.86% -
XYZ 30.98 53.86 13.32 -
YUV 164.02 70.42 77.35 -
System Red Green Blue C M Y K H S L
Decimal 93 220 62 0.58 0 0.72 0.14 108.23 0.69 0.55
Hex 5D DC 3E 3A 0 48 E 6C 45 37
Octal 135 334 76 72 0 110 16 154 105 67
Binary 1011101 11011100 111110 111010 0 1001000 1110 1101100 1000101 110111

Color Harmonies of #5DDC3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DDC3E

Black with #5DDC3E

Text Example


Text Example

White with #5DDC3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,220,62); }

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

background-color css

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

 a { background-color: rgb(93,220,62); }

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

border-color css

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

 span { border-color: rgb(93,220,62); }

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