Html Css Color HEX #5DBA45 Apple

📋 copy color: '#5DBA45'

red 93 ◦ green 186 ◦ blue 69

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

Shades of Apple #5DBA45

Tints of Apple #5DBA45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 19.83%

R = 26.72%
G = 53.45%
B = 19.83%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#5DBA45 (or 0x5DBA45) is known color: Apple. HEX triplet: 5D, BA and 45. RGB value is (93,186,69). Sum of RGB (Red+Green+Blue) = 93+186+69=348 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.72% from 348); Green value is 186 (73.05% from 255 or 53.45% from 348); Blue value is 69 (27.34% from 255 or 19.83% from 348); Max value from RGB is 186 - color contains mainly: green. Hex color #5DBA45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DBA45 is #A245BA. Grayscale: #919191. Windows color (decimal): -10634683 or 4569693. OLE color: 4569693.

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

Color convert

RGB 93 186 69 -
CMYK 0.5 0 0.63 0.27
HSL 107.69º 0.46% 0.5% -
HSV(B) 107.69º 0.63% 0.73% -
XYZ 23.15 37.87 11.72 -
YUV 144.86 85.19 91.01 -
System Red Green Blue C M Y K H S L
Decimal 93 186 69 0.5 0 0.63 0.27 107.69 0.46 0.5
Hex 5D BA 45 32 0 3F 1B 6C 2E 32
Octal 135 272 105 62 0 77 33 154 56 62
Binary 1011101 10111010 1000101 110010 0 111111 11011 1101100 101110 110010

Color Harmonies of #5DBA45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DBA45

Black with #5DBA45

Text Example


Text Example

White with #5DBA45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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