#75BF91

Color #75BF91 Padua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Padua #75BF91

Tints of Padua #75BF91

Color information

#75BF91 (or 0x75BF91) is unknown color: approx Padua. HEX triplet: 75, BF and 91. RGB value is (117,191,145). Sum of RGB (Red+Green+Blue) = 117+191+145=453 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.83% from 453); Green value is 191 (75% from 255 or 42.16% from 453); Blue value is 145 (57.03% from 255 or 32.01% from 453); Max value from RGB is 191 - color contains mainly: green. Hex color #75BF91 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75BF91 is #8A406E. Grayscale: #A3A3A3. Windows color (decimal): -9060463 or 9551733. OLE color: 9551733.

HSL color Cylindrical-coordinate representation of color #75BF91: hue angle of 142.7º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #75BF91 is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB117191145-
CMYK0.3900.240.25
HSL142.7º36.63%60.39%-
HSV(B)142.7º38.74%74.9%-
XYZ31.0843.0933.47-
YUV163.63117.4894.74-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.83%
GREEN value IS 191 (75% from 255) = 42.16%
BLUE value IS 145 (57.03% from 255) = 32.01%
R=25.83%
G=42.16%
B=32.01%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1171911450.3900.240.25142.736.6360.39
Hex75BF9127018198f253c
Octal16527722147030312174574
Binary111010110111111100100011001110110001100110001111100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BF91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75BF91; }

 p { color: rgb(117,191,145); }

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

<style>
 a { background-color: #75BF91; }

 a { background-color: rgb(117,191,145); }

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

<style>
 span { border-color: #75BF91; }

 span { border-color: rgb(117,191,145); }

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