#45B74C

Color #45B74C Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #45B74C

Tints of Fruit Salad #45B74C

Color information

#45B74C (or 0x45B74C) is unknown color: approx Fruit Salad. HEX triplet: 45, B7 and 4C. RGB value is (69,183,76). Sum of RGB (Red+Green+Blue) = 69+183+76=328 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.04% from 328); Green value is 183 (71.88% from 255 or 55.79% from 328); Blue value is 76 (30.08% from 255 or 23.17% from 328); Max value from RGB is 183 - color contains mainly: green. Hex color #45B74C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45B74C is #BA48B3. Grayscale: #898989. Windows color (decimal): -12208308 or 5027653. OLE color: 5027653.

HSL color Cylindrical-coordinate representation of color #45B74C: hue angle of 123.68º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #45B74C is Cyan = 0.62, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.28.

Color convert

RGB6918376-
CMYK0.6200.580.28
HSL123.68º45.24%49.41%-
HSV(B)123.68º62.3%71.76%-
XYZ20.6935.6512.63-
YUV136.7293.7379.7-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.04%
GREEN value IS 183 (71.88% from 255) = 55.79%
BLUE value IS 76 (30.08% from 255) = 23.17%
R=21.04%
G=55.79%
B=23.17%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal69183760.6200.580.28123.6845.2449.41
Hex45B74C3E03A1C7c2d31
Octal10526711476072341745561
Binary10001011011011110011001111100111010111001111100101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45B74C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,183,76); }

 H1.HeaderClassName
 {
   color: #45B74C;
 }
 .AnyTagClassName
 {
   color: #45B74C;
 }
</style>
background-color css

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

 a { background-color: rgb(69,183,76); }

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

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

 span { border-color: rgb(69,183,76); }

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