Html Css Color HEX #45C149 Fruit Salad

📋 copy color: '#45C149'

red 69 ◦ green 193 ◦ blue 73

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

Shades of Fruit Salad #45C149

Tints of Fruit Salad #45C149

RGB

 RED value IS 69 (27.34% from 255) = 20.6%

 GREEN value IS 193 (75.78% from 255) = 57.61%

 BLUE value IS 73 (28.91% from 255) = 21.79%

R = 20.6%
G = 57.61%
B = 21.79%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#45C149 (or 0x45C149) is known color: Fruit Salad. HEX triplet: 45, C1 and 49. RGB value is (69,193,73). Sum of RGB (Red+Green+Blue) = 69+193+73=335 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.60% from 335); Green value is 193 (75.78% from 255 or 57.61% from 335); Blue value is 73 (28.91% from 255 or 21.79% from 335); Max value from RGB is 193 - color contains mainly: green. Hex color #45C149 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45C149 is #BA3EB6. Grayscale: #8E8E8E. Windows color (decimal): -12205751 or 4833605. OLE color: 4833605.

HSL color Cylindrical-coordinate representation of color #45C149: hue angle of 121.94º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #45C149 is Cyan = 0.64, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 69 193 73 -
CMYK 0.64 0 0.62 0.24
HSL 121.94º 0.5% 0.51% -
HSV(B) 121.94º 0.64% 0.76% -
XYZ 22.73 39.89 12.8 -
YUV 142.24 88.92 75.76 -
System Red Green Blue C M Y K H S L
Decimal 69 193 73 0.64 0 0.62 0.24 121.94 0.5 0.51
Hex 45 C1 49 40 0 3E 18 7A 32 33
Octal 105 301 111 100 0 76 30 172 62 63
Binary 1000101 11000001 1001001 1000000 0 111110 11000 1111010 110010 110011

Color Harmonies of #45C149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45C149

Black with #45C149

Text Example


Text Example

White with #45C149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45C149; }

 p { color: rgb(69,193,73); }

 H1.HeaderClassName
 {
   color: #45C149;
 }
 .AnyTagClassName
 {
   color: #45C149;
 }
</style>

background-color css

<style>
 a { background-color: #45C149; }

 a { background-color: rgb(69,193,73); }

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

border-color css

<style>
 span { border-color: #45C149; }

 span { border-color: rgb(69,193,73); }

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