#74C882

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

Shades of De York #74C882

Tints of De York #74C882

Color information

#74C882 (or 0x74C882) is unknown color: approx De York. HEX triplet: 74, C8 and 82. RGB value is (116,200,130). Sum of RGB (Red+Green+Blue) = 116+200+130=446 (59% of max value = 765). Red value is 116 (45.70% from 255 or 26.01% from 446); Green value is 200 (78.52% from 255 or 44.84% from 446); Blue value is 130 (51.17% from 255 or 29.15% from 446); Max value from RGB is 200 - color contains mainly: green. Hex color #74C882 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74C882 is #8B377D. Grayscale: #A7A7A7. Windows color (decimal): -9123710 or 8570996. OLE color: 8570996.

HSL color Cylindrical-coordinate representation of color #74C882: hue angle of 130º 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 #74C882 is Cyan = 0.42, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.22.

Color convert

RGB116200130-
CMYK0.4200.350.22
HSL130º43.3%61.96%-
HSV(B)130º42%78.43%-
XYZ31.8946.6328.44-
YUV166.9107.1791.69-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.01%
GREEN value IS 200 (78.52% from 255) = 44.84%
BLUE value IS 130 (51.17% from 255) = 29.15%
R=26.01%
G=44.84%
B=29.15%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1162001300.4200.350.2213043.361.96
Hex74C8822A02316822b3e
Octal16431020252043262025376
Binary1110100110010001000001010101001000111011010000010101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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