Html Css Color HEX #74C17C De York

📋 copy color: '#74C17C'

red 116 ◦ green 193 ◦ blue 124

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

Shades of De York #74C17C

Tints of De York #74C17C

RGB

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

 GREEN value IS 193 (75.78% from 255) = 44.57%

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

R = 26.79%
G = 44.57%
B = 28.64%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#74C17C (or 0x74C17C) is known color: De York. HEX triplet: 74, C1 and 7C. RGB value is (116,193,124). Sum of RGB (Red+Green+Blue) = 116+193+124=433 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.79% from 433); Green value is 193 (75.78% from 255 or 44.57% from 433); Blue value is 124 (48.83% from 255 or 28.64% from 433); Max value from RGB is 193 - color contains mainly: green. Hex color #74C17C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C17C is #8B3E83. Grayscale: #A2A2A2. Windows color (decimal): -9125508 or 8175988. OLE color: 8175988.

HSL color Cylindrical-coordinate representation of color #74C17C: hue angle of 126.23º degrees, saturation: 0.38, 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 #74C17C is Cyan = 0.40, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB 116 193 124 -
CMYK 0.40 0 0.36 0.24
HSL 126.23º 0.38% 0.61% -
HSV(B) 126.23º 0.4% 0.76% -
XYZ 29.91 43.31 25.85 -
YUV 162.11 106.49 95.11 -
System Red Green Blue C M Y K H S L
Decimal 116 193 124 0.40 0 0.36 0.24 126.23 0.38 0.61
Hex 74 C1 7C 28 0 24 18 7E 26 3D
Octal 164 301 174 50 0 44 30 176 46 75
Binary 1110100 11000001 1111100 101000 0 100100 11000 1111110 100110 111101

Color Harmonies of #74C17C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C17C

Black with #74C17C

Text Example


Text Example

White with #74C17C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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