Html Css Color HEX #4BC045 Fruit Salad

📋 copy color: '#4BC045'

red 75 ◦ green 192 ◦ blue 69

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

Shades of Fruit Salad #4BC045

Tints of Fruit Salad #4BC045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 20.54%

R = 22.32%
G = 57.14%
B = 20.54%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#4BC045 (or 0x4BC045) is known color: Fruit Salad. HEX triplet: 4B, C0 and 45. RGB value is (75,192,69). Sum of RGB (Red+Green+Blue) = 75+192+69=336 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.32% from 336); Green value is 192 (75.39% from 255 or 57.14% from 336); Blue value is 69 (27.34% from 255 or 20.54% from 336); Max value from RGB is 192 - color contains mainly: green. Hex color #4BC045 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BC045 is #B43FBA. Grayscale: #8F8F8F. Windows color (decimal): -11812795 or 4571211. OLE color: 4571211.

HSL color Cylindrical-coordinate representation of color #4BC045: hue angle of 117.07º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4BC045 is Cyan = 0.61, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB 75 192 69 -
CMYK 0.61 0 0.64 0.25
HSL 117.07º 0.49% 0.51% -
HSV(B) 117.07º 0.64% 0.75% -
XYZ 22.83 39.62 12.08 -
YUV 143 86.24 79.5 -
System Red Green Blue C M Y K H S L
Decimal 75 192 69 0.61 0 0.64 0.25 117.07 0.49 0.51
Hex 4B C0 45 3D 0 40 19 75 31 33
Octal 113 300 105 75 0 100 31 165 61 63
Binary 1001011 11000000 1000101 111101 0 1000000 11001 1110101 110001 110011

Color Harmonies of #4BC045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BC045

Black with #4BC045

Text Example


Text Example

White with #4BC045

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,192,69); }

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

background-color css

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

 a { background-color: rgb(75,192,69); }

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

border-color css

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

 span { border-color: rgb(75,192,69); }

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