Html Css Color HEX #75BE91 Padua

📋 copy color: '#75BE91'

red 117 ◦ green 190 ◦ blue 145

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

Shades of Padua #75BE91

Tints of Padua #75BE91

RGB

 RED value IS 117 (46.09% from 255) = 25.88%

 GREEN value IS 190 (74.61% from 255) = 42.04%

 BLUE value IS 145 (57.03% from 255) = 32.08%

R = 25.88%
G = 42.04%
B = 32.08%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#75BE91 (or 0x75BE91) is known color: Padua. HEX triplet: 75, BE and 91. RGB value is (117,190,145). Sum of RGB (Red+Green+Blue) = 117+190+145=452 (59% of max value = 765). Red value is 117 (46.09% from 255 or 25.88% from 452); Green value is 190 (74.61% from 255 or 42.04% from 452); Blue value is 145 (57.03% from 255 or 32.08% from 452); Max value from RGB is 190 - color contains mainly: green. Hex color #75BE91 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75BE91 is #8A416E. Grayscale: #A3A3A3. Windows color (decimal): -9060719 or 9551477. OLE color: 9551477.

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

Color convert

RGB 117 190 145 -
CMYK 0.38 0 0.24 0.25
HSL 143.01º 0.36% 0.6% -
HSV(B) 143.01º 0.38% 0.75% -
XYZ 30.86 42.65 33.39 -
YUV 163.04 117.82 95.16 -
System Red Green Blue C M Y K H S L
Decimal 117 190 145 0.38 0 0.24 0.25 143.01 0.36 0.6
Hex 75 BE 91 26 0 18 19 8F 24 3C
Octal 165 276 221 46 0 30 31 217 44 74
Binary 1110101 10111110 10010001 100110 0 11000 11001 10001111 100100 111100

Color Harmonies of #75BE91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BE91

Black with #75BE91

Text Example


Text Example

White with #75BE91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #75BE91;
 }
 .AnyTagClassName
 {
   color: #75BE91;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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