Html Css Color HEX #45BD49 Fruit Salad

📋 copy color: '#45BD49'

red 69 ◦ green 189 ◦ blue 73

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

Shades of Fruit Salad #45BD49

Tints of Fruit Salad #45BD49

RGB

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

 GREEN value IS 189 (74.22% from 255) = 57.1%

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

R = 20.85%
G = 57.1%
B = 22.05%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#45BD49 (or 0x45BD49) is known color: Fruit Salad. HEX triplet: 45, BD and 49. RGB value is (69,189,73). Sum of RGB (Red+Green+Blue) = 69+189+73=331 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.85% from 331); Green value is 189 (74.22% from 255 or 57.10% from 331); Blue value is 73 (28.91% from 255 or 22.05% from 331); Max value from RGB is 189 - color contains mainly: green. Hex color #45BD49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45BD49 is #BA42B6. Grayscale: #8C8C8C. Windows color (decimal): -12206775 or 4832581. OLE color: 4832581.

HSL color Cylindrical-coordinate representation of color #45BD49: hue angle of 122º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #45BD49 is Cyan = 0.63, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB 69 189 73 -
CMYK 0.63 0 0.61 0.26
HSL 122º 0.48% 0.51% -
HSV(B) 122º 0.63% 0.74% -
XYZ 21.85 38.14 12.51 -
YUV 139.9 90.24 77.43 -
System Red Green Blue C M Y K H S L
Decimal 69 189 73 0.63 0 0.61 0.26 122 0.48 0.51
Hex 45 BD 49 3F 0 3D 1A 7A 30 33
Octal 105 275 111 77 0 75 32 172 60 63
Binary 1000101 10111101 1001001 111111 0 111101 11010 1111010 110000 110011

Color Harmonies of #45BD49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45BD49

Black with #45BD49

Text Example


Text Example

White with #45BD49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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