#7EBF7B

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

Shades of De York #7EBF7B

Tints of De York #7EBF7B

Color information

#7EBF7B (or 0x7EBF7B) is unknown color: approx De York. HEX triplet: 7E, BF and 7B. RGB value is (126,191,123). Sum of RGB (Red+Green+Blue) = 126+191+123=440 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.64% from 440); Green value is 191 (75% from 255 or 43.41% from 440); Blue value is 123 (48.44% from 255 or 27.95% from 440); Max value from RGB is 191 - color contains mainly: green. Hex color #7EBF7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EBF7B is #814084. Grayscale: #A4A4A4. Windows color (decimal): -8470661 or 8109950. OLE color: 8109950.

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

Color convert

RGB126191123-
CMYK0.3400.360.25
HSL117.35º34.69%61.57%-
HSV(B)117.35º35.6%74.9%-
XYZ30.8143.1325.44-
YUV163.81104.97101.03-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 28.64%
GREEN value IS 191 (75% from 255) = 43.41%
BLUE value IS 123 (48.44% from 255) = 27.95%
R=28.64%
G=43.41%
B=27.95%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1261911230.3400.360.25117.3534.6961.57
Hex7EBF7B220241975233e
Octal17627717342044311654376
Binary11111101011111111110111000100100100110011110101100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EBF7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,191,123); }

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

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

 a { background-color: rgb(126,191,123); }

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

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

 span { border-color: rgb(126,191,123); }

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