#74C97B

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

Shades of De York #74C97B

Tints of De York #74C97B

Color information

#74C97B (or 0x74C97B) is unknown color: approx De York. HEX triplet: 74, C9 and 7B. RGB value is (116,201,123). Sum of RGB (Red+Green+Blue) = 116+201+123=440 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.36% from 440); Green value is 201 (78.91% from 255 or 45.68% from 440); Blue value is 123 (48.44% from 255 or 27.95% from 440); Max value from RGB is 201 - color contains mainly: green. Hex color #74C97B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C97B is #8B3684. Grayscale: #A6A6A6. Windows color (decimal): -9123461 or 8112500. OLE color: 8112500.

HSL color Cylindrical-coordinate representation of color #74C97B: hue angle of 124.94º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #74C97B is Cyan = 0.42, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.

Color convert

RGB116201123-
CMYK0.4200.390.21
HSL124.94º44.04%62.16%-
HSV(B)124.94º42.29%78.82%-
XYZ31.6646.9226.13-
YUV166.69103.3491.84-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.36%
GREEN value IS 201 (78.91% from 255) = 45.68%
BLUE value IS 123 (48.44% from 255) = 27.95%
R=26.36%
G=45.68%
B=27.95%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1162011230.4200.390.21124.9444.0462.16
Hex74C97B2A027157d2c3e
Octal16431117352047251755476
Binary11101001100100111110111010100100111101011111101101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C97B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,201,123); }

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

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

 a { background-color: rgb(116,201,123); }

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

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

 span { border-color: rgb(116,201,123); }

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