Html Css Color HEX #4CBD4D Fruit Salad

📋 copy color: '#4CBD4D'

red 76 ◦ green 189 ◦ blue 77

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

Shades of Fruit Salad #4CBD4D

Tints of Fruit Salad #4CBD4D

RGB

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

 GREEN value IS 189 (74.22% from 255) = 55.26%

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

R = 22.22%
G = 55.26%
B = 22.51%

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

#4CBD4D (or 0x4CBD4D) is known color: Fruit Salad. HEX triplet: 4C, BD and 4D. RGB value is (76,189,77). Sum of RGB (Red+Green+Blue) = 76+189+77=342 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.22% from 342); Green value is 189 (74.22% from 255 or 55.26% from 342); Blue value is 77 (30.47% from 255 or 22.51% from 342); Max value from RGB is 189 - color contains mainly: green. Hex color #4CBD4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CBD4D is #B342B2. Grayscale: #8E8E8E. Windows color (decimal): -11748019 or 5094732. OLE color: 5094732.

HSL color Cylindrical-coordinate representation of color #4CBD4D: hue angle of 120.53º 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 #4CBD4D is Cyan = 0.60, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.

Color convert

RGB 76 189 77 -
CMYK 0.60 0 0.59 0.26
HSL 120.53º 0.46% 0.52% -
HSV(B) 120.53º 0.6% 0.74% -
XYZ 22.52 38.47 13.26 -
YUV 142.45 91.06 80.61 -
System Red Green Blue C M Y K H S L
Decimal 76 189 77 0.60 0 0.59 0.26 120.53 0.46 0.52
Hex 4C BD 4D 3C 0 3B 1A 79 2E 34
Octal 114 275 115 74 0 73 32 171 56 64
Binary 1001100 10111101 1001101 111100 0 111011 11010 1111001 101110 110100

Color Harmonies of #4CBD4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CBD4D

Black with #4CBD4D

Text Example


Text Example

White with #4CBD4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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