Html Css Color HEX #4CB75D Fruit Salad

📋 copy color: '#4CB75D'

red 76 ◦ green 183 ◦ blue 93

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

Shades of Fruit Salad #4CB75D

Tints of Fruit Salad #4CB75D

RGB

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

 GREEN value IS 183 (71.88% from 255) = 51.99%

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

R = 21.59%
G = 51.99%
B = 26.42%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#4CB75D (or 0x4CB75D) is known color: Fruit Salad. HEX triplet: 4C, B7 and 5D. RGB value is (76,183,93). Sum of RGB (Red+Green+Blue) = 76+183+93=352 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.59% from 352); Green value is 183 (71.88% from 255 or 51.99% from 352); Blue value is 93 (36.72% from 255 or 26.42% from 352); Max value from RGB is 183 - color contains mainly: green. Hex color #4CB75D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CB75D is #B348A2. Grayscale: #8D8D8D. Windows color (decimal): -11749539 or 6141772. OLE color: 6141772.

HSL color Cylindrical-coordinate representation of color #4CB75D: hue angle of 129.53º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4CB75D is Cyan = 0.58, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB 76 183 93 -
CMYK 0.58 0 0.49 0.28
HSL 129.53º 0.43% 0.51% -
HSV(B) 129.53º 0.58% 0.72% -
XYZ 21.89 36.19 16.19 -
YUV 140.75 101.05 81.82 -
System Red Green Blue C M Y K H S L
Decimal 76 183 93 0.58 0 0.49 0.28 129.53 0.43 0.51
Hex 4C B7 5D 3A 0 31 1C 82 2B 33
Octal 114 267 135 72 0 61 34 202 53 63
Binary 1001100 10110111 1011101 111010 0 110001 11100 10000010 101011 110011

Color Harmonies of #4CB75D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CB75D

Black with #4CB75D

Text Example


Text Example

White with #4CB75D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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