Html Css Color HEX #4CB95E Fruit Salad

📋 copy color: '#4CB95E'

red 76 ◦ green 185 ◦ blue 94

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

Shades of Fruit Salad #4CB95E

Tints of Fruit Salad #4CB95E

RGB

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

 GREEN value IS 185 (72.66% from 255) = 52.11%

 BLUE value IS 94 (37.11% from 255) = 26.48%

R = 21.41%
G = 52.11%
B = 26.48%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#4CB95E (or 0x4CB95E) is known color: Fruit Salad. HEX triplet: 4C, B9 and 5E. RGB value is (76,185,94). Sum of RGB (Red+Green+Blue) = 76+185+94=355 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.41% from 355); Green value is 185 (72.66% from 255 or 52.11% from 355); Blue value is 94 (37.11% from 255 or 26.48% from 355); Max value from RGB is 185 - color contains mainly: green. Hex color #4CB95E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CB95E is #B346A1. Grayscale: #8E8E8E. Windows color (decimal): -11749026 or 6207820. OLE color: 6207820.

HSL color Cylindrical-coordinate representation of color #4CB95E: hue angle of 129.91º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4CB95E is Cyan = 0.59, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB 76 185 94 -
CMYK 0.59 0 0.49 0.27
HSL 129.91º 0.44% 0.51% -
HSV(B) 129.91º 0.59% 0.73% -
XYZ 22.35 37.04 16.56 -
YUV 142.04 100.89 80.9 -
System Red Green Blue C M Y K H S L
Decimal 76 185 94 0.59 0 0.49 0.27 129.91 0.44 0.51
Hex 4C B9 5E 3B 0 31 1B 82 2C 33
Octal 114 271 136 73 0 61 33 202 54 63
Binary 1001100 10111001 1011110 111011 0 110001 11011 10000010 101100 110011

Color Harmonies of #4CB95E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CB95E

Black with #4CB95E

Text Example


Text Example

White with #4CB95E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,185,94); }

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

background-color css

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

 a { background-color: rgb(76,185,94); }

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

border-color css

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

 span { border-color: rgb(76,185,94); }

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