#74D285

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

Shades of De York #74D285

Tints of De York #74D285

Color information

#74D285 (or 0x74D285) is unknown color: approx De York. HEX triplet: 74, D2 and 85. RGB value is (116,210,133). Sum of RGB (Red+Green+Blue) = 116+210+133=459 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.27% from 459); Green value is 210 (82.42% from 255 or 45.75% from 459); Blue value is 133 (52.34% from 255 or 28.98% from 459); Max value from RGB is 210 - color contains mainly: green. Hex color #74D285 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74D285 is #8B2D7A. Grayscale: #ADADAD. Windows color (decimal): -9121147 or 8770164. OLE color: 8770164.

HSL color Cylindrical-coordinate representation of color #74D285: hue angle of 130.85º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #74D285 is Cyan = 0.45, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB116210133-
CMYK0.4500.370.18
HSL130.85º51.09%63.92%-
HSV(B)130.85º44.76%82.35%-
XYZ34.4851.530.31-
YUV173.12105.3687.26-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.27%
GREEN value IS 210 (82.42% from 255) = 45.75%
BLUE value IS 133 (52.34% from 255) = 28.98%
R=25.27%
G=45.75%
B=28.98%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1162101330.4500.370.18130.8551.0963.92
Hex74D2852D02512833340
Octal164322205550452220363100
Binary11101001101001010000101101101010010110010100000111100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74D285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,210,133); }

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

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

 a { background-color: rgb(116,210,133); }

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

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

 span { border-color: rgb(116,210,133); }

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