#74C27D

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

Shades of De York #74C27D

Tints of De York #74C27D

Color information

#74C27D (or 0x74C27D) is unknown color: approx De York. HEX triplet: 74, C2 and 7D. RGB value is (116,194,125). Sum of RGB (Red+Green+Blue) = 116+194+125=435 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.67% from 435); Green value is 194 (76.17% from 255 or 44.60% from 435); Blue value is 125 (49.22% from 255 or 28.74% from 435); Max value from RGB is 194 - color contains mainly: green. Hex color #74C27D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C27D is #8B3D82. Grayscale: #A3A3A3. Windows color (decimal): -9125251 or 8241780. OLE color: 8241780.

HSL color Cylindrical-coordinate representation of color #74C27D: hue angle of 126.92º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #74C27D is Cyan = 0.40, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB116194125-
CMYK0.4000.360.24
HSL126.92º39%60.78%-
HSV(B)126.92º40.21%76.08%-
XYZ30.243.7826.26-
YUV162.81106.6694.61-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.67%
GREEN value IS 194 (76.17% from 255) = 44.60%
BLUE value IS 125 (49.22% from 255) = 28.74%
R=26.67%
G=44.60%
B=28.74%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1161941250.4000.360.24126.923960.78
Hex74C27D28024187f273d
Octal16430217550044301774775
Binary11101001100001011111011010000100100110001111111100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C27D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,194,125); }

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

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

 a { background-color: rgb(116,194,125); }

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

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

 span { border-color: rgb(116,194,125); }

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