Html Css Color HEX #4CA55B Fruit Salad

📋 copy color: '#4CA55B'

red 76 ◦ green 165 ◦ blue 91

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

Shades of Fruit Salad #4CA55B

Tints of Fruit Salad #4CA55B

RGB

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

 GREEN value IS 165 (64.84% from 255) = 49.7%

 BLUE value IS 91 (35.94% from 255) = 27.41%

R = 22.89%
G = 49.7%
B = 27.41%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#4CA55B (or 0x4CA55B) is known color: Fruit Salad. HEX triplet: 4C, A5 and 5B. RGB value is (76,165,91). Sum of RGB (Red+Green+Blue) = 76+165+91=332 (43% of max value = 765). Red value is 76 (30.08% from 255 or 22.89% from 332); Green value is 165 (64.84% from 255 or 49.70% from 332); Blue value is 91 (35.94% from 255 or 27.41% from 332); Max value from RGB is 165 - color contains mainly: green. Hex color #4CA55B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CA55B is #B35AA4. Grayscale: #828282. Windows color (decimal): -11754149 or 6006092. OLE color: 6006092.

HSL color Cylindrical-coordinate representation of color #4CA55B: hue angle of 130.11º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4CA55B is Cyan = 0.54, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB 76 165 91 -
CMYK 0.54 0 0.45 0.35
HSL 130.11º 0.37% 0.47% -
HSV(B) 130.11º 0.54% 0.65% -
XYZ 18.32 29.2 14.57 -
YUV 129.95 106.01 89.52 -
System Red Green Blue C M Y K H S L
Decimal 76 165 91 0.54 0 0.45 0.35 130.11 0.37 0.47
Hex 4C A5 5B 36 0 2D 23 82 25 2F
Octal 114 245 133 66 0 55 43 202 45 57
Binary 1001100 10100101 1011011 110110 0 101101 100011 10000010 100101 101111

Color Harmonies of #4CA55B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CA55B

Black with #4CA55B

Text Example


Text Example

White with #4CA55B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,165,91); }

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

background-color css

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

 a { background-color: rgb(76,165,91); }

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

border-color css

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

 span { border-color: rgb(76,165,91); }

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