Html Css Color HEX #5DB34F Apple

📋 copy color: '#5DB34F'

red 93 ◦ green 179 ◦ blue 79

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

Shades of Apple #5DB34F

Tints of Apple #5DB34F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 22.51%

R = 26.5%
G = 51%
B = 22.51%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.56

 K value IS 0.30

RGB Variations

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

Color information

#5DB34F (or 0x5DB34F) is known color: Apple. HEX triplet: 5D, B3 and 4F. RGB value is (93,179,79). Sum of RGB (Red+Green+Blue) = 93+179+79=351 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.50% from 351); Green value is 179 (70.31% from 255 or 51.00% from 351); Blue value is 79 (31.25% from 255 or 22.51% from 351); Max value from RGB is 179 - color contains mainly: green. Hex color #5DB34F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DB34F is #A24CB0. Grayscale: #8E8E8E. Windows color (decimal): -10636465 or 5223261. OLE color: 5223261.

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

Color convert

RGB 93 179 79 -
CMYK 0.48 0 0.56 0.30
HSL 111.6º 0.4% 0.51% -
HSV(B) 111.6º 0.56% 0.7% -
XYZ 22.05 35.13 13.02 -
YUV 141.89 92.51 93.13 -
System Red Green Blue C M Y K H S L
Decimal 93 179 79 0.48 0 0.56 0.30 111.6 0.4 0.51
Hex 5D B3 4F 30 0 38 1E 70 28 33
Octal 135 263 117 60 0 70 36 160 50 63
Binary 1011101 10110011 1001111 110000 0 111000 11110 1110000 101000 110011

Color Harmonies of #5DB34F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DB34F

Black with #5DB34F

Text Example


Text Example

White with #5DB34F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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