Html Css Color HEX #4CBC4D Fruit Salad

📋 copy color: '#4CBC4D'

red 76 ◦ green 188 ◦ blue 77

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

Shades of Fruit Salad #4CBC4D

Tints of Fruit Salad #4CBC4D

RGB

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

 GREEN value IS 188 (73.83% from 255) = 55.13%

 BLUE value IS 77 (30.47% from 255) = 22.58%

R = 22.29%
G = 55.13%
B = 22.58%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#4CBC4D (or 0x4CBC4D) is known color: Fruit Salad. HEX triplet: 4C, BC and 4D. RGB value is (76,188,77). Sum of RGB (Red+Green+Blue) = 76+188+77=341 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.29% from 341); Green value is 188 (73.83% from 255 or 55.13% from 341); Blue value is 77 (30.47% from 255 or 22.58% from 341); Max value from RGB is 188 - color contains mainly: green. Hex color #4CBC4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CBC4D is #B343B2. Grayscale: #8E8E8E. Windows color (decimal): -11748275 or 5094476. OLE color: 5094476.

HSL color Cylindrical-coordinate representation of color #4CBC4D: hue angle of 120.54º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4CBC4D is Cyan = 0.60, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.

Color convert

RGB 76 188 77 -
CMYK 0.60 0 0.59 0.26
HSL 120.54º 0.46% 0.52% -
HSV(B) 120.54º 0.6% 0.74% -
XYZ 22.3 38.04 13.19 -
YUV 141.86 91.39 81.03 -
System Red Green Blue C M Y K H S L
Decimal 76 188 77 0.60 0 0.59 0.26 120.54 0.46 0.52
Hex 4C BC 4D 3C 0 3B 1A 79 2E 34
Octal 114 274 115 74 0 73 32 171 56 64
Binary 1001100 10111100 1001101 111100 0 111011 11010 1111001 101110 110100

Color Harmonies of #4CBC4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CBC4D

Black with #4CBC4D

Text Example


Text Example

White with #4CBC4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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