Html Css Color HEX #4CB452 Fruit Salad

📋 copy color: '#4CB452'

red 76 ◦ green 180 ◦ blue 82

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

Shades of Fruit Salad #4CB452

Tints of Fruit Salad #4CB452

RGB

 RED value IS 76 (30.08% from 255) = 22.49%

 GREEN value IS 180 (70.7% from 255) = 53.25%

 BLUE value IS 82 (32.42% from 255) = 24.26%

R = 22.49%
G = 53.25%
B = 24.26%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.54

 K value IS 0.29

RGB Variations

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

Color information

#4CB452 (or 0x4CB452) is known color: Fruit Salad. HEX triplet: 4C, B4 and 52. RGB value is (76,180,82). Sum of RGB (Red+Green+Blue) = 76+180+82=338 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.49% from 338); Green value is 180 (70.70% from 255 or 53.25% from 338); Blue value is 82 (32.42% from 255 or 24.26% from 338); Max value from RGB is 180 - color contains mainly: green. Hex color #4CB452 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CB452 is #B34BAD. Grayscale: #8A8A8A. Windows color (decimal): -11750318 or 5420108. OLE color: 5420108.

HSL color Cylindrical-coordinate representation of color #4CB452: hue angle of 123.46º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4CB452 is Cyan = 0.58, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.29.

Color convert

RGB 76 180 82 -
CMYK 0.58 0 0.54 0.29
HSL 123.46º 0.41% 0.5% -
HSV(B) 123.46º 0.58% 0.71% -
XYZ 20.82 34.79 13.6 -
YUV 137.73 96.54 83.97 -
System Red Green Blue C M Y K H S L
Decimal 76 180 82 0.58 0 0.54 0.29 123.46 0.41 0.5
Hex 4C B4 52 3A 0 36 1D 7B 29 32
Octal 114 264 122 72 0 66 35 173 51 62
Binary 1001100 10110100 1010010 111010 0 110110 11101 1111011 101001 110010

Color Harmonies of #4CB452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CB452

Black with #4CB452

Text Example


Text Example

White with #4CB452

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,180,82); }

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

background-color css

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

 a { background-color: rgb(76,180,82); }

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

border-color css

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

 span { border-color: rgb(76,180,82); }

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