#4CB04D

Color #4CB04D Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #4CB04D

Tints of Fruit Salad #4CB04D

Color information

#4CB04D (or 0x4CB04D) is unknown color: approx Fruit Salad. HEX triplet: 4C, B0 and 4D. RGB value is (76,176,77). Sum of RGB (Red+Green+Blue) = 76+176+77=329 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.10% from 329); Green value is 176 (69.14% from 255 or 53.50% from 329); Blue value is 77 (30.47% from 255 or 23.40% from 329); Max value from RGB is 176 - color contains mainly: green. Hex color #4CB04D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CB04D is #B34FB2. Grayscale: #878787. Windows color (decimal): -11751347 or 5091404. OLE color: 5091404.

HSL color Cylindrical-coordinate representation of color #4CB04D: hue angle of 120.6º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4CB04D is Cyan = 0.57, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB7617677-
CMYK0.5700.560.31
HSL120.6º39.68%49.41%-
HSV(B)120.6º56.82%69.02%-
XYZ19.8533.1212.37-
YUV134.8195.3786.05-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.10%
GREEN value IS 176 (69.14% from 255) = 53.50%
BLUE value IS 77 (30.47% from 255) = 23.40%
R=23.10%
G=53.50%
B=23.40%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal76176770.5700.560.31120.639.6849.41
Hex4CB04D390381F792831
Octal11426011571070371715061
Binary10011001011000010011011110010111000111111111001101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CB04D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,176,77); }

 H1.HeaderClassName
 {
   color: #4CB04D;
 }
 .AnyTagClassName
 {
   color: #4CB04D;
 }
</style>
background-color css

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

 a { background-color: rgb(76,176,77); }

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

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

 span { border-color: rgb(76,176,77); }

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