#7FD27E

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

Shades of De York #7FD27E

Tints of De York #7FD27E

Color information

#7FD27E (or 0x7FD27E) is unknown color: approx De York. HEX triplet: 7F, D2 and 7E. RGB value is (127,210,126). Sum of RGB (Red+Green+Blue) = 127+210+126=463 (61% of max value = 765). Red value is 127 (50% from 255 or 27.43% from 463); Green value is 210 (82.42% from 255 or 45.36% from 463); Blue value is 126 (49.61% from 255 or 27.21% from 463); Max value from RGB is 210 - color contains mainly: green. Hex color #7FD27E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FD27E is #802D81. Grayscale: #AFAFAF. Windows color (decimal): -8400258 or 8311423. OLE color: 8311423.

HSL color Cylindrical-coordinate representation of color #7FD27E: hue angle of 119.29º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7FD27E is Cyan = 0.40, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.18.

Color convert

RGB127210126-
CMYK0.4000.40.18
HSL119.29º48.28%65.88%-
HSV(B)119.29º40%82.35%-
XYZ35.5652.1127.92-
YUV175.6110093.33-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.43%
GREEN value IS 210 (82.42% from 255) = 45.36%
BLUE value IS 126 (49.61% from 255) = 27.21%
R=27.43%
G=45.36%
B=27.21%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1272101260.4000.40.18119.2948.2865.88
Hex7FD27E2802812773042
Octal177322176500502216760102
Binary111111111010010111111010100001010001001011101111100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FD27E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,210,126); }

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

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

 a { background-color: rgb(127,210,126); }

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

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

 span { border-color: rgb(127,210,126); }

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