#74C87F

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

Shades of De York #74C87F

Tints of De York #74C87F

Color information

#74C87F (or 0x74C87F) is unknown color: approx De York. HEX triplet: 74, C8 and 7F. RGB value is (116,200,127). Sum of RGB (Red+Green+Blue) = 116+200+127=443 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.19% from 443); Green value is 200 (78.52% from 255 or 45.15% from 443); Blue value is 127 (50% from 255 or 28.67% from 443); Max value from RGB is 200 - color contains mainly: green. Hex color #74C87F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C87F is #8B3780. Grayscale: #A6A6A6. Windows color (decimal): -9123713 or 8374388. OLE color: 8374388.

HSL color Cylindrical-coordinate representation of color #74C87F: hue angle of 127.86º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #74C87F is Cyan = 0.42, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB116200127-
CMYK0.4200.360.22
HSL127.86º43.3%61.96%-
HSV(B)127.86º42%78.43%-
XYZ31.6946.5527.39-
YUV166.56105.6791.94-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.19%
GREEN value IS 200 (78.52% from 255) = 45.15%
BLUE value IS 127 (50% from 255) = 28.67%
R=26.19%
G=45.15%
B=28.67%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1162001270.4200.360.22127.8643.361.96
Hex74C87F2A02416802b3e
Octal16431017752044262005376
Binary111010011001000111111110101001001001011010000000101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C87F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74C87F; }

 p { color: rgb(116,200,127); }

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

<style>
 a { background-color: #74C87F; }

 a { background-color: rgb(116,200,127); }

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

<style>
 span { border-color: #74C87F; }

 span { border-color: rgb(116,200,127); }

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