Html Css Color HEX #74C17E De York

📋 copy color: '#74C17E'

red 116 ◦ green 193 ◦ blue 126

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

Shades of De York #74C17E

Tints of De York #74C17E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 28.97%

R = 26.67%
G = 44.37%
B = 28.97%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#74C17E (or 0x74C17E) is known color: De York. HEX triplet: 74, C1 and 7E. RGB value is (116,193,126). Sum of RGB (Red+Green+Blue) = 116+193+126=435 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.67% from 435); Green value is 193 (75.78% from 255 or 44.37% from 435); Blue value is 126 (49.61% from 255 or 28.97% from 435); Max value from RGB is 193 - color contains mainly: green. Hex color #74C17E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C17E is #8B3E81. Grayscale: #A2A2A2. Windows color (decimal): -9125506 or 8307060. OLE color: 8307060.

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

Color convert

RGB 116 193 126 -
CMYK 0.40 0 0.35 0.24
HSL 127.79º 0.38% 0.61% -
HSV(B) 127.79º 0.4% 0.76% -
XYZ 30.04 43.36 26.52 -
YUV 162.34 107.49 94.95 -
System Red Green Blue C M Y K H S L
Decimal 116 193 126 0.40 0 0.35 0.24 127.79 0.38 0.61
Hex 74 C1 7E 28 0 23 18 80 26 3D
Octal 164 301 176 50 0 43 30 200 46 75
Binary 1110100 11000001 1111110 101000 0 100011 11000 10000000 100110 111101

Color Harmonies of #74C17E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C17E

Black with #74C17E

Text Example


Text Example

White with #74C17E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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