Html Css Color HEX #4BAE42 Fruit Salad

📋 copy color: '#4BAE42'

red 75 ◦ green 174 ◦ blue 66

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

Shades of Fruit Salad #4BAE42

Tints of Fruit Salad #4BAE42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.95%

R = 23.81%
G = 55.24%
B = 20.95%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#4BAE42 (or 0x4BAE42) is known color: Fruit Salad. HEX triplet: 4B, AE and 42. RGB value is (75,174,66). Sum of RGB (Red+Green+Blue) = 75+174+66=315 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.81% from 315); Green value is 174 (68.36% from 255 or 55.24% from 315); Blue value is 66 (26.17% from 255 or 20.95% from 315); Max value from RGB is 174 - color contains mainly: green. Hex color #4BAE42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BAE42 is #B451BD. Grayscale: #848484. Windows color (decimal): -11817406 or 4369995. OLE color: 4369995.

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

Color convert

RGB 75 174 66 -
CMYK 0.57 0 0.62 0.32
HSL 115º 0.45% 0.47% -
HSV(B) 115º 0.62% 0.68% -
XYZ 19.02 32.16 10.36 -
YUV 132.09 90.7 87.28 -
System Red Green Blue C M Y K H S L
Decimal 75 174 66 0.57 0 0.62 0.32 115 0.45 0.47
Hex 4B AE 42 39 0 3E 20 73 2D 2F
Octal 113 256 102 71 0 76 40 163 55 57
Binary 1001011 10101110 1000010 111001 0 111110 100000 1110011 101101 101111

Color Harmonies of #4BAE42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BAE42

Black with #4BAE42

Text Example


Text Example

White with #4BAE42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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