Html Css Color HEX #4CB05D Fruit Salad

📋 copy color: '#4CB05D'

red 76 ◦ green 176 ◦ blue 93

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

Shades of Fruit Salad #4CB05D

Tints of Fruit Salad #4CB05D

RGB

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

 GREEN value IS 176 (69.14% from 255) = 51.01%

 BLUE value IS 93 (36.72% from 255) = 26.96%

R = 22.03%
G = 51.01%
B = 26.96%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#4CB05D (or 0x4CB05D) is known color: Fruit Salad. HEX triplet: 4C, B0 and 5D. RGB value is (76,176,93). Sum of RGB (Red+Green+Blue) = 76+176+93=345 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.03% from 345); Green value is 176 (69.14% from 255 or 51.01% from 345); Blue value is 93 (36.72% from 255 or 26.96% from 345); Max value from RGB is 176 - color contains mainly: green. Hex color #4CB05D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CB05D is #B34FA2. Grayscale: #888888. Windows color (decimal): -11751331 or 6139980. OLE color: 6139980.

HSL color Cylindrical-coordinate representation of color #4CB05D: hue angle of 130.2º 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 #4CB05D is Cyan = 0.57, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB 76 176 93 -
CMYK 0.57 0 0.47 0.31
HSL 130.2º 0.4% 0.49% -
HSV(B) 130.2º 0.57% 0.69% -
XYZ 20.48 33.38 15.72 -
YUV 136.64 103.37 84.75 -
System Red Green Blue C M Y K H S L
Decimal 76 176 93 0.57 0 0.47 0.31 130.2 0.4 0.49
Hex 4C B0 5D 39 0 2F 1F 82 28 31
Octal 114 260 135 71 0 57 37 202 50 61
Binary 1001100 10110000 1011101 111001 0 101111 11111 10000010 101000 110001

Color Harmonies of #4CB05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CB05D

Black with #4CB05D

Text Example


Text Example

White with #4CB05D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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