Html Css Color HEX #4CBD4B Fruit Salad

📋 copy color: '#4CBD4B'

red 76 ◦ green 189 ◦ blue 75

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

Shades of Fruit Salad #4CBD4B

Tints of Fruit Salad #4CBD4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 22.06%

R = 22.35%
G = 55.59%
B = 22.06%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#4CBD4B (or 0x4CBD4B) is known color: Fruit Salad. HEX triplet: 4C, BD and 4B. RGB value is (76,189,75). Sum of RGB (Red+Green+Blue) = 76+189+75=340 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.35% from 340); Green value is 189 (74.22% from 255 or 55.59% from 340); Blue value is 75 (29.69% from 255 or 22.06% from 340); Max value from RGB is 189 - color contains mainly: green. Hex color #4CBD4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CBD4B is #B342B4. Grayscale: #8E8E8E. Windows color (decimal): -11748021 or 4963660. OLE color: 4963660.

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

Color convert

RGB 76 189 75 -
CMYK 0.60 0 0.60 0.26
HSL 119.47º 0.46% 0.52% -
HSV(B) 119.47º 0.6% 0.74% -
XYZ 22.45 38.44 12.89 -
YUV 142.22 90.06 80.77 -
System Red Green Blue C M Y K H S L
Decimal 76 189 75 0.60 0 0.60 0.26 119.47 0.46 0.52
Hex 4C BD 4B 3C 0 3C 1A 77 2E 34
Octal 114 275 113 74 0 74 32 167 56 64
Binary 1001100 10111101 1001011 111100 0 111100 11010 1110111 101110 110100

Color Harmonies of #4CBD4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CBD4B

Black with #4CBD4B

Text Example


Text Example

White with #4CBD4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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