Html Css Color HEX #5DB346 Apple

📋 copy color: '#5DB346'

red 93 ◦ green 179 ◦ blue 70

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

Shades of Apple #5DB346

Tints of Apple #5DB346

RGB

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

 GREEN value IS 179 (70.31% from 255) = 52.34%

 BLUE value IS 70 (27.73% from 255) = 20.47%

R = 27.19%
G = 52.34%
B = 20.47%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#5DB346 (or 0x5DB346) is known color: Apple. HEX triplet: 5D, B3 and 46. RGB value is (93,179,70). Sum of RGB (Red+Green+Blue) = 93+179+70=342 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.19% from 342); Green value is 179 (70.31% from 255 or 52.34% from 342); Blue value is 70 (27.73% from 255 or 20.47% from 342); Max value from RGB is 179 - color contains mainly: green. Hex color #5DB346 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DB346 is #A24CB9. Grayscale: #8D8D8D. Windows color (decimal): -10636474 or 4633437. OLE color: 4633437.

HSL color Cylindrical-coordinate representation of color #5DB346: hue angle of 107.34º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DB346 is Cyan = 0.48, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.30.

Color convert

RGB 93 179 70 -
CMYK 0.48 0 0.61 0.30
HSL 107.34º 0.44% 0.49% -
HSV(B) 107.34º 0.61% 0.7% -
XYZ 21.74 35.01 11.41 -
YUV 140.86 88.01 93.86 -
System Red Green Blue C M Y K H S L
Decimal 93 179 70 0.48 0 0.61 0.30 107.34 0.44 0.49
Hex 5D B3 46 30 0 3D 1E 6B 2C 31
Octal 135 263 106 60 0 75 36 153 54 61
Binary 1011101 10110011 1000110 110000 0 111101 11110 1101011 101100 110001

Color Harmonies of #5DB346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DB346

Black with #5DB346

Text Example


Text Example

White with #5DB346

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,179,70); }

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

background-color css

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

 a { background-color: rgb(93,179,70); }

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

border-color css

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

 span { border-color: rgb(93,179,70); }

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