Html Css Color HEX #4BC248 Fruit Salad

📋 copy color: '#4BC248'

red 75 ◦ green 194 ◦ blue 72

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

Shades of Fruit Salad #4BC248

Tints of Fruit Salad #4BC248

RGB

 RED value IS 75 (29.69% from 255) = 21.99%

 GREEN value IS 194 (76.17% from 255) = 56.89%

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

R = 21.99%
G = 56.89%
B = 21.11%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#4BC248 (or 0x4BC248) is known color: Fruit Salad. HEX triplet: 4B, C2 and 48. RGB value is (75,194,72). Sum of RGB (Red+Green+Blue) = 75+194+72=341 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.99% from 341); Green value is 194 (76.17% from 255 or 56.89% from 341); Blue value is 72 (28.52% from 255 or 21.11% from 341); Max value from RGB is 194 - color contains mainly: green. Hex color #4BC248 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BC248 is #B43DB7. Grayscale: #909090. Windows color (decimal): -11812280 or 4768331. OLE color: 4768331.

HSL color Cylindrical-coordinate representation of color #4BC248: hue angle of 118.52º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4BC248 is Cyan = 0.61, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 75 194 72 -
CMYK 0.61 0 0.63 0.24
HSL 118.52º 0.5% 0.52% -
HSV(B) 118.52º 0.63% 0.76% -
XYZ 23.36 40.55 12.73 -
YUV 144.51 87.08 78.42 -
System Red Green Blue C M Y K H S L
Decimal 75 194 72 0.61 0 0.63 0.24 118.52 0.5 0.52
Hex 4B C2 48 3D 0 3F 18 77 32 34
Octal 113 302 110 75 0 77 30 167 62 64
Binary 1001011 11000010 1001000 111101 0 111111 11000 1110111 110010 110100

Color Harmonies of #4BC248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BC248

Black with #4BC248

Text Example


Text Example

White with #4BC248

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,194,72); }

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

background-color css

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

 a { background-color: rgb(75,194,72); }

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

border-color css

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

 span { border-color: rgb(75,194,72); }

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