Html Css Color HEX #74C67C De York

📋 copy color: '#74C67C'

red 116 ◦ green 198 ◦ blue 124

#74C67C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of De York #74C67C

Tints of De York #74C67C

RGB

 RED value IS 116 (45.7% from 255) = 26.48%

 GREEN value IS 198 (77.73% from 255) = 45.21%

 BLUE value IS 124 (48.83% from 255) = 28.31%

R = 26.48%
G = 45.21%
B = 28.31%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#74C67C (or 0x74C67C) is known color: De York. HEX triplet: 74, C6 and 7C. RGB value is (116,198,124). Sum of RGB (Red+Green+Blue) = 116+198+124=438 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.48% from 438); Green value is 198 (77.73% from 255 or 45.21% from 438); Blue value is 124 (48.83% from 255 or 28.31% from 438); Max value from RGB is 198 - color contains mainly: green. Hex color #74C67C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C67C is #8B3983. Grayscale: #A5A5A5. Windows color (decimal): -9124228 or 8177268. OLE color: 8177268.

HSL color Cylindrical-coordinate representation of color #74C67C: hue angle of 125.85º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #74C67C is Cyan = 0.41, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.

Color convert

RGB 116 198 124 -
CMYK 0.41 0 0.37 0.22
HSL 125.85º 0.42% 0.62% -
HSV(B) 125.85º 0.41% 0.78% -
XYZ 31.03 45.56 26.23 -
YUV 165.05 104.83 93.02 -
System Red Green Blue C M Y K H S L
Decimal 116 198 124 0.41 0 0.37 0.22 125.85 0.42 0.62
Hex 74 C6 7C 29 0 25 16 7E 2A 3E
Octal 164 306 174 51 0 45 26 176 52 76
Binary 1110100 11000110 1111100 101001 0 100101 10110 1111110 101010 111110

Color Harmonies of #74C67C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C67C

Black with #74C67C

Text Example


Text Example

White with #74C67C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,198,124); }

 H1.HeaderClassName
 {
   color: #74C67C;
 }
 .AnyTagClassName
 {
   color: #74C67C;
 }
</style>

background-color css

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

 a { background-color: rgb(116,198,124); }

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

border-color css

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

 span { border-color: rgb(116,198,124); }

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