#7FC28A

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

Shades of De York #7FC28A

Tints of De York #7FC28A

Color information

#7FC28A (or 0x7FC28A) is unknown color: approx De York. HEX triplet: 7F, C2 and 8A. RGB value is (127,194,138). Sum of RGB (Red+Green+Blue) = 127+194+138=459 (60% of max value = 765). Red value is 127 (50% from 255 or 27.67% from 459); Green value is 194 (76.17% from 255 or 42.27% from 459); Blue value is 138 (54.30% from 255 or 30.07% from 459); Max value from RGB is 194 - color contains mainly: green. Hex color #7FC28A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FC28A is #803D75. Grayscale: #A7A7A7. Windows color (decimal): -8404342 or 9093759. OLE color: 9093759.

HSL color Cylindrical-coordinate representation of color #7FC28A: hue angle of 129.85º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7FC28A is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB127194138-
CMYK0.3500.290.24
HSL129.85º35.45%62.94%-
HSV(B)129.85º34.54%76.08%-
XYZ32.6344.9331-
YUV167.58111.399.05-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.67%
GREEN value IS 194 (76.17% from 255) = 42.27%
BLUE value IS 138 (54.30% from 255) = 30.07%
R=27.67%
G=42.27%
B=30.07%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1271941380.3500.290.24129.8535.4562.94
Hex7FC28A2301D1882233f
Octal17730221243035302024377
Binary111111111000010100010101000110111011100010000010100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FC28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,194,138); }

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

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

 a { background-color: rgb(127,194,138); }

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

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

 span { border-color: rgb(127,194,138); }

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