Html Css Color HEX #5DBA31 Apple

📋 copy color: '#5DBA31'

red 93 ◦ green 186 ◦ blue 49

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

Shades of Apple #5DBA31

Tints of Apple #5DBA31

RGB

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

 GREEN value IS 186 (73.05% from 255) = 56.71%

 BLUE value IS 49 (19.53% from 255) = 14.94%

R = 28.35%
G = 56.71%
B = 14.94%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#5DBA31 (or 0x5DBA31) is known color: Apple. HEX triplet: 5D, BA and 31. RGB value is (93,186,49). Sum of RGB (Red+Green+Blue) = 93+186+49=328 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.35% from 328); Green value is 186 (73.05% from 255 or 56.71% from 328); Blue value is 49 (19.53% from 255 or 14.94% from 328); Max value from RGB is 186 - color contains mainly: green. Hex color #5DBA31 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DBA31 is #A245CE. Grayscale: #8F8F8F. Windows color (decimal): -10634703 or 3258973. OLE color: 3258973.

HSL color Cylindrical-coordinate representation of color #5DBA31: hue angle of 100.73º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5DBA31 is Cyan = 0.5, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 93 186 49 -
CMYK 0.5 0 0.74 0.27
HSL 100.73º 0.58% 0.46% -
HSV(B) 100.73º 0.74% 0.73% -
XYZ 22.63 37.67 8.98 -
YUV 142.58 75.19 92.64 -
System Red Green Blue C M Y K H S L
Decimal 93 186 49 0.5 0 0.74 0.27 100.73 0.58 0.46
Hex 5D BA 31 32 0 4A 1B 65 3A 2E
Octal 135 272 61 62 0 112 33 145 72 56
Binary 1011101 10111010 110001 110010 0 1001010 11011 1100101 111010 101110

Color Harmonies of #5DBA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DBA31

Black with #5DBA31

Text Example


Text Example

White with #5DBA31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,186,49); }

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

background-color css

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

 a { background-color: rgb(93,186,49); }

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

border-color css

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

 span { border-color: rgb(93,186,49); }

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