Html Css Color HEX #4CA258 Fruit Salad

📋 copy color: '#4CA258'

red 76 ◦ green 162 ◦ blue 88

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

Shades of Fruit Salad #4CA258

Tints of Fruit Salad #4CA258

RGB

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

 GREEN value IS 162 (63.67% from 255) = 49.69%

 BLUE value IS 88 (34.77% from 255) = 26.99%

R = 23.31%
G = 49.69%
B = 26.99%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.46

 K value IS 0.36

RGB Variations

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

Color information

#4CA258 (or 0x4CA258) is known color: Fruit Salad. HEX triplet: 4C, A2 and 58. RGB value is (76,162,88). Sum of RGB (Red+Green+Blue) = 76+162+88=326 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.31% from 326); Green value is 162 (63.67% from 255 or 49.69% from 326); Blue value is 88 (34.77% from 255 or 26.99% from 326); Max value from RGB is 162 - color contains mainly: green. Hex color #4CA258 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CA258 is #B35DA7. Grayscale: #808080. Windows color (decimal): -11754920 or 5808716. OLE color: 5808716.

HSL color Cylindrical-coordinate representation of color #4CA258: hue angle of 128.37º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4CA258 is Cyan = 0.53, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.36.

Color convert

RGB 76 162 88 -
CMYK 0.53 0 0.46 0.36
HSL 128.37º 0.36% 0.47% -
HSV(B) 128.37º 0.53% 0.64% -
XYZ 17.66 28.08 13.72 -
YUV 127.85 105.51 91.02 -
System Red Green Blue C M Y K H S L
Decimal 76 162 88 0.53 0 0.46 0.36 128.37 0.36 0.47
Hex 4C A2 58 35 0 2E 24 80 24 2F
Octal 114 242 130 65 0 56 44 200 44 57
Binary 1001100 10100010 1011000 110101 0 101110 100100 10000000 100100 101111

Color Harmonies of #4CA258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CA258

Black with #4CA258

Text Example


Text Example

White with #4CA258

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,162,88); }

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

background-color css

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

 a { background-color: rgb(76,162,88); }

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

border-color css

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

 span { border-color: rgb(76,162,88); }

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