#74CD7F

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

Shades of De York #74CD7F

Tints of De York #74CD7F

Color information

#74CD7F (or 0x74CD7F) is unknown color: approx De York. HEX triplet: 74, CD and 7F. RGB value is (116,205,127). Sum of RGB (Red+Green+Blue) = 116+205+127=448 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.89% from 448); Green value is 205 (80.47% from 255 or 45.76% from 448); Blue value is 127 (50% from 255 or 28.35% from 448); Max value from RGB is 205 - color contains mainly: green. Hex color #74CD7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74CD7F is #8B3280. Grayscale: #A9A9A9. Windows color (decimal): -9122433 or 8375668. OLE color: 8375668.

HSL color Cylindrical-coordinate representation of color #74CD7F: hue angle of 127.42º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #74CD7F is Cyan = 0.43, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB116205127-
CMYK0.4300.380.20
HSL127.42º47.09%62.94%-
HSV(B)127.42º43.41%80.39%-
XYZ32.8648.9127.79-
YUV169.5104.0189.84-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.89%
GREEN value IS 205 (80.47% from 255) = 45.76%
BLUE value IS 127 (50% from 255) = 28.35%
R=25.89%
G=45.76%
B=28.35%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1162051270.4300.380.20127.4247.0962.94
Hex74CD7F2B026147f2f3f
Octal16431517753046241775777
Binary11101001100110111111111010110100110101001111111101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74CD7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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