#74CB84

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

Shades of De York #74CB84

Tints of De York #74CB84

Color information

#74CB84 (or 0x74CB84) is unknown color: approx De York. HEX triplet: 74, CB and 84. RGB value is (116,203,132). Sum of RGB (Red+Green+Blue) = 116+203+132=451 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.72% from 451); Green value is 203 (79.69% from 255 or 45.01% from 451); Blue value is 132 (51.95% from 255 or 29.27% from 451); Max value from RGB is 203 - color contains mainly: green. Hex color #74CB84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74CB84 is #8B347B. Grayscale: #A9A9A9. Windows color (decimal): -9122940 or 8702836. OLE color: 8702836.

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

Color convert

RGB116203132-
CMYK0.4300.350.20
HSL131.03º45.55%62.55%-
HSV(B)131.03º42.86%79.61%-
XYZ32.7248.0929.39-
YUV168.89107.1890.27-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.72%
GREEN value IS 203 (79.69% from 255) = 45.01%
BLUE value IS 132 (51.95% from 255) = 29.27%
R=25.72%
G=45.01%
B=29.27%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1162031320.4300.350.20131.0345.5562.55
Hex74CB842B02314832e3f
Octal16431320453043242035677
Binary1110100110010111000010010101101000111010010000011101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74CB84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,203,132); }

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

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

 a { background-color: rgb(116,203,132); }

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

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

 span { border-color: rgb(116,203,132); }

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