#75BF7A

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

Shades of De York #75BF7A

Tints of De York #75BF7A

Color information

#75BF7A (or 0x75BF7A) is unknown color: approx De York. HEX triplet: 75, BF and 7A. RGB value is (117,191,122). Sum of RGB (Red+Green+Blue) = 117+191+122=430 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.21% from 430); Green value is 191 (75% from 255 or 44.42% from 430); Blue value is 122 (48.05% from 255 or 28.37% from 430); Max value from RGB is 191 - color contains mainly: green. Hex color #75BF7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75BF7A is #8A4085. Grayscale: #A1A1A1. Windows color (decimal): -9060486 or 8044405. OLE color: 8044405.

HSL color Cylindrical-coordinate representation of color #75BF7A: hue angle of 124.05º 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 #75BF7A is Cyan = 0.39, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB117191122-
CMYK0.3900.360.25
HSL124.05º36.63%60.39%-
HSV(B)124.05º38.74%74.9%-
XYZ29.4842.4525.05-
YUV161.01105.9896.61-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.21%
GREEN value IS 191 (75% from 255) = 44.42%
BLUE value IS 122 (48.05% from 255) = 28.37%
R=27.21%
G=44.42%
B=28.37%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1171911220.3900.360.25124.0536.6360.39
Hex75BF7A27024197c253c
Octal16527717247044311744574
Binary11101011011111111110101001110100100110011111100100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BF7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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