Html Css Color HEX #48C04E Fruit Salad

📋 copy color: '#48C04E'

red 72 ◦ green 192 ◦ blue 78

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

Shades of Fruit Salad #48C04E

Tints of Fruit Salad #48C04E

RGB

 RED value IS 72 (28.52% from 255) = 21.05%

 GREEN value IS 192 (75.39% from 255) = 56.14%

 BLUE value IS 78 (30.86% from 255) = 22.81%

R = 21.05%
G = 56.14%
B = 22.81%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#48C04E (or 0x48C04E) is known color: Fruit Salad. HEX triplet: 48, C0 and 4E. RGB value is (72,192,78). Sum of RGB (Red+Green+Blue) = 72+192+78=342 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.05% from 342); Green value is 192 (75.39% from 255 or 56.14% from 342); Blue value is 78 (30.86% from 255 or 22.81% from 342); Max value from RGB is 192 - color contains mainly: green. Hex color #48C04E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48C04E is #B73FB1. Grayscale: #8F8F8F. Windows color (decimal): -12009394 or 5161032. OLE color: 5161032.

HSL color Cylindrical-coordinate representation of color #48C04E: hue angle of 123º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48C04E is Cyan = 0.63, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB 72 192 78 -
CMYK 0.63 0 0.59 0.25
HSL 123º 0.49% 0.52% -
HSV(B) 123º 0.63% 0.75% -
XYZ 22.9 39.63 13.65 -
YUV 143.12 91.24 77.27 -
System Red Green Blue C M Y K H S L
Decimal 72 192 78 0.63 0 0.59 0.25 123 0.49 0.52
Hex 48 C0 4E 3F 0 3B 19 7B 31 34
Octal 110 300 116 77 0 73 31 173 61 64
Binary 1001000 11000000 1001110 111111 0 111011 11001 1111011 110001 110100

Color Harmonies of #48C04E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C04E

Black with #48C04E

Text Example


Text Example

White with #48C04E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48C04E; }

 p { color: rgb(72,192,78); }

 H1.HeaderClassName
 {
   color: #48C04E;
 }
 .AnyTagClassName
 {
   color: #48C04E;
 }
</style>

background-color css

<style>
 a { background-color: #48C04E; }

 a { background-color: rgb(72,192,78); }

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

border-color css

<style>
 span { border-color: #48C04E; }

 span { border-color: rgb(72,192,78); }

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