Html Css Color HEX #4BAE41 Fruit Salad

📋 copy color: '#4BAE41'

red 75 ◦ green 174 ◦ blue 65

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

Shades of Fruit Salad #4BAE41

Tints of Fruit Salad #4BAE41

RGB

 RED value IS 75 (29.69% from 255) = 23.89%

 GREEN value IS 174 (68.36% from 255) = 55.41%

 BLUE value IS 65 (25.78% from 255) = 20.7%

R = 23.89%
G = 55.41%
B = 20.7%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#4BAE41 (or 0x4BAE41) is known color: Fruit Salad. HEX triplet: 4B, AE and 41. RGB value is (75,174,65). Sum of RGB (Red+Green+Blue) = 75+174+65=314 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.89% from 314); Green value is 174 (68.36% from 255 or 55.41% from 314); Blue value is 65 (25.78% from 255 or 20.70% from 314); Max value from RGB is 174 - color contains mainly: green. Hex color #4BAE41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BAE41 is #B451BE. Grayscale: #848484. Windows color (decimal): -11817407 or 4304459. OLE color: 4304459.

HSL color Cylindrical-coordinate representation of color #4BAE41: hue angle of 114.5º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4BAE41 is Cyan = 0.57, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.32.

Color convert

RGB 75 174 65 -
CMYK 0.57 0 0.63 0.32
HSL 114.5º 0.46% 0.47% -
HSV(B) 114.5º 0.63% 0.68% -
XYZ 18.99 32.15 10.21 -
YUV 131.97 90.2 87.36 -
System Red Green Blue C M Y K H S L
Decimal 75 174 65 0.57 0 0.63 0.32 114.5 0.46 0.47
Hex 4B AE 41 39 0 3F 20 72 2E 2F
Octal 113 256 101 71 0 77 40 162 56 57
Binary 1001011 10101110 1000001 111001 0 111111 100000 1110010 101110 101111

Color Harmonies of #4BAE41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BAE41

Black with #4BAE41

Text Example


Text Example

White with #4BAE41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,174,65); }

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

background-color css

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

 a { background-color: rgb(75,174,65); }

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

border-color css

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

 span { border-color: rgb(75,174,65); }

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