Html Css Color HEX #4EBD45 Fruit Salad

📋 copy color: '#4EBD45'

red 78 ◦ green 189 ◦ blue 69

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

Shades of Fruit Salad #4EBD45

Tints of Fruit Salad #4EBD45

RGB

 RED value IS 78 (30.86% from 255) = 23.21%

 GREEN value IS 189 (74.22% from 255) = 56.25%

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

R = 23.21%
G = 56.25%
B = 20.54%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#4EBD45 (or 0x4EBD45) is known color: Fruit Salad. HEX triplet: 4E, BD and 45. RGB value is (78,189,69). Sum of RGB (Red+Green+Blue) = 78+189+69=336 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.21% from 336); Green value is 189 (74.22% from 255 or 56.25% from 336); Blue value is 69 (27.34% from 255 or 20.54% from 336); Max value from RGB is 189 - color contains mainly: green. Hex color #4EBD45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4EBD45 is #B142BA. Grayscale: #8E8E8E. Windows color (decimal): -11616955 or 4570446. OLE color: 4570446.

HSL color Cylindrical-coordinate representation of color #4EBD45: hue angle of 115.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4EBD45 is Cyan = 0.59, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.

Color convert

RGB 78 189 69 -
CMYK 0.59 0 0.63 0.26
HSL 115.5º 0.48% 0.51% -
HSV(B) 115.5º 0.63% 0.74% -
XYZ 22.41 38.44 11.87 -
YUV 142.13 86.73 82.26 -
System Red Green Blue C M Y K H S L
Decimal 78 189 69 0.59 0 0.63 0.26 115.5 0.48 0.51
Hex 4E BD 45 3B 0 3F 1A 74 30 33
Octal 116 275 105 73 0 77 32 164 60 63
Binary 1001110 10111101 1000101 111011 0 111111 11010 1110100 110000 110011

Color Harmonies of #4EBD45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EBD45

Black with #4EBD45

Text Example


Text Example

White with #4EBD45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,189,69); }

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

background-color css

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

 a { background-color: rgb(78,189,69); }

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

border-color css

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

 span { border-color: rgb(78,189,69); }

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