#74CC8B

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

Shades of De York #74CC8B

Tints of De York #74CC8B

Color information

#74CC8B (or 0x74CC8B) is unknown color: approx De York. HEX triplet: 74, CC and 8B. RGB value is (116,204,139). Sum of RGB (Red+Green+Blue) = 116+204+139=459 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.27% from 459); Green value is 204 (80.08% from 255 or 44.44% from 459); Blue value is 139 (54.69% from 255 or 30.28% from 459); Max value from RGB is 204 - color contains mainly: green. Hex color #74CC8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74CC8B is #8B3374. Grayscale: #AAAAAA. Windows color (decimal): -9122677 or 9161844. OLE color: 9161844.

HSL color Cylindrical-coordinate representation of color #74CC8B: hue angle of 135.68º degrees, saturation: 0.46, 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 #74CC8B is Cyan = 0.43, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.2.

Color convert

RGB116204139-
CMYK0.4300.320.2
HSL135.68º46.32%62.75%-
HSV(B)135.68º43.14%80%-
XYZ33.4648.7632.07-
YUV170.28110.3589.29-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.27%
GREEN value IS 204 (80.08% from 255) = 44.44%
BLUE value IS 139 (54.69% from 255) = 30.28%
R=25.27%
G=44.44%
B=30.28%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1162041390.4300.320.2135.6846.3262.75
Hex74CC8B2B02014882e3f
Octal16431421353040242105677
Binary1110100110011001000101110101101000001010010001000101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74CC8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,204,139); }

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

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

 a { background-color: rgb(116,204,139); }

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

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

 span { border-color: rgb(116,204,139); }

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