Html Css Color HEX #4DBA45 Fruit Salad

📋 copy color: '#4DBA45'

red 77 ◦ green 186 ◦ blue 69

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

Shades of Fruit Salad #4DBA45

Tints of Fruit Salad #4DBA45

RGB

 RED value IS 77 (30.47% from 255) = 23.19%

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

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

R = 23.19%
G = 56.02%
B = 20.78%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#4DBA45 (or 0x4DBA45) is known color: Fruit Salad. HEX triplet: 4D, BA and 45. RGB value is (77,186,69). Sum of RGB (Red+Green+Blue) = 77+186+69=332 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.19% from 332); Green value is 186 (73.05% from 255 or 56.02% from 332); Blue value is 69 (27.34% from 255 or 20.78% from 332); Max value from RGB is 186 - color contains mainly: green. Hex color #4DBA45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DBA45 is #B245BA. Grayscale: #8C8C8C. Windows color (decimal): -11683259 or 4569677. OLE color: 4569677.

HSL color Cylindrical-coordinate representation of color #4DBA45: hue angle of 115.9º 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 #4DBA45 is Cyan = 0.59, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB 77 186 69 -
CMYK 0.59 0 0.63 0.27
HSL 115.9º 0.46% 0.5% -
HSV(B) 115.9º 0.63% 0.73% -
XYZ 21.69 37.13 11.65 -
YUV 140.07 87.89 83.01 -
System Red Green Blue C M Y K H S L
Decimal 77 186 69 0.59 0 0.63 0.27 115.9 0.46 0.5
Hex 4D BA 45 3B 0 3F 1B 74 2E 32
Octal 115 272 105 73 0 77 33 164 56 62
Binary 1001101 10111010 1000101 111011 0 111111 11011 1110100 101110 110010

Color Harmonies of #4DBA45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DBA45

Black with #4DBA45

Text Example


Text Example

White with #4DBA45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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