#7ABF80

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

Shades of De York #7ABF80

Tints of De York #7ABF80

Color information

#7ABF80 (or 0x7ABF80) is unknown color: approx De York. HEX triplet: 7A, BF and 80. RGB value is (122,191,128). Sum of RGB (Red+Green+Blue) = 122+191+128=441 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.66% from 441); Green value is 191 (75% from 255 or 43.31% from 441); Blue value is 128 (50.39% from 255 or 29.02% from 441); Max value from RGB is 191 - color contains mainly: green. Hex color #7ABF80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABF80 is #85407F. Grayscale: #A3A3A3. Windows color (decimal): -8732800 or 8437626. OLE color: 8437626.

HSL color Cylindrical-coordinate representation of color #7ABF80: hue angle of 125.22º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7ABF80 is Cyan = 0.36, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB122191128-
CMYK0.3600.330.25
HSL125.22º35.03%61.37%-
HSV(B)125.22º36.13%74.9%-
XYZ30.5542.9627.1-
YUV163.19108.1498.62-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.66%
GREEN value IS 191 (75% from 255) = 43.31%
BLUE value IS 128 (50.39% from 255) = 29.02%
R=27.66%
G=43.31%
B=29.02%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1221911280.3600.330.25125.2235.0361.37
Hex7ABF8024021197d233d
Octal17227720044041311754375
Binary111101010111111100000001001000100001110011111101100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7ABF80; }

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

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

<style>
 a { background-color: #7ABF80; }

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

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

<style>
 span { border-color: #7ABF80; }

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

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