Html Css Color HEX #4CB248 Fruit Salad

📋 copy color: '#4CB248'

red 76 ◦ green 178 ◦ blue 72

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

Shades of Fruit Salad #4CB248

Tints of Fruit Salad #4CB248

RGB

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

 GREEN value IS 178 (69.92% from 255) = 54.6%

 BLUE value IS 72 (28.52% from 255) = 22.09%

R = 23.31%
G = 54.6%
B = 22.09%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#4CB248 (or 0x4CB248) is known color: Fruit Salad. HEX triplet: 4C, B2 and 48. RGB value is (76,178,72). Sum of RGB (Red+Green+Blue) = 76+178+72=326 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.31% from 326); Green value is 178 (69.92% from 255 or 54.60% from 326); Blue value is 72 (28.52% from 255 or 22.09% from 326); Max value from RGB is 178 - color contains mainly: green. Hex color #4CB248 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4CB248 is #B34DB7. Grayscale: #878787. Windows color (decimal): -11750840 or 4764236. OLE color: 4764236.

HSL color Cylindrical-coordinate representation of color #4CB248: hue angle of 117.74º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4CB248 is Cyan = 0.57, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB 76 178 72 -
CMYK 0.57 0 0.60 0.30
HSL 117.74º 0.42% 0.49% -
HSV(B) 117.74º 0.6% 0.7% -
XYZ 20.07 33.85 11.61 -
YUV 135.42 92.21 85.62 -
System Red Green Blue C M Y K H S L
Decimal 76 178 72 0.57 0 0.60 0.30 117.74 0.42 0.49
Hex 4C B2 48 39 0 3C 1E 76 2A 31
Octal 114 262 110 71 0 74 36 166 52 61
Binary 1001100 10110010 1001000 111001 0 111100 11110 1110110 101010 110001

Color Harmonies of #4CB248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CB248

Black with #4CB248

Text Example


Text Example

White with #4CB248

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,178,72); }

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

background-color css

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

 a { background-color: rgb(76,178,72); }

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

border-color css

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

 span { border-color: rgb(76,178,72); }

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