Html Css Color HEX #5DDC3B Apple

📋 copy color: '#5DDC3B'

red 93 ◦ green 220 ◦ blue 59

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

Shades of Apple #5DDC3B

Tints of Apple #5DDC3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 15.86%

R = 25%
G = 59.14%
B = 15.86%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#5DDC3B (or 0x5DDC3B) is known color: Apple. HEX triplet: 5D, DC and 3B. RGB value is (93,220,59). Sum of RGB (Red+Green+Blue) = 93+220+59=372 (49% of max value = 765). Red value is 93 (36.72% from 255 or 25% from 372); Green value is 220 (86.33% from 255 or 59.14% from 372); Blue value is 59 (23.44% from 255 or 15.86% from 372); Max value from RGB is 220 - color contains mainly: green. Hex color #5DDC3B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DDC3B is #A223C4. Grayscale: #A4A4A4. Windows color (decimal): -10625989 or 3923037. OLE color: 3923037.

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

Color convert

RGB 93 220 59 -
CMYK 0.58 0 0.73 0.14
HSL 107.33º 0.7% 0.55% -
HSV(B) 107.33º 0.73% 0.86% -
XYZ 30.9 53.83 12.9 -
YUV 163.67 68.92 77.59 -
System Red Green Blue C M Y K H S L
Decimal 93 220 59 0.58 0 0.73 0.14 107.33 0.7 0.55
Hex 5D DC 3B 3A 0 49 E 6B 46 37
Octal 135 334 73 72 0 111 16 153 106 67
Binary 1011101 11011100 111011 111010 0 1001001 1110 1101011 1000110 110111

Color Harmonies of #5DDC3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DDC3B

Black with #5DDC3B

Text Example


Text Example

White with #5DDC3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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