Html Css Color HEX #74C07E De York

📋 copy color: '#74C07E'

red 116 ◦ green 192 ◦ blue 126

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

Shades of De York #74C07E

Tints of De York #74C07E

RGB

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

 GREEN value IS 192 (75.39% from 255) = 44.24%

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

R = 26.73%
G = 44.24%
B = 29.03%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#74C07E (or 0x74C07E) is known color: De York. HEX triplet: 74, C0 and 7E. RGB value is (116,192,126). Sum of RGB (Red+Green+Blue) = 116+192+126=434 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.73% from 434); Green value is 192 (75.39% from 255 or 44.24% from 434); Blue value is 126 (49.61% from 255 or 29.03% from 434); Max value from RGB is 192 - color contains mainly: green. Hex color #74C07E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C07E is #8B3F81. Grayscale: #A1A1A1. Windows color (decimal): -9125762 or 8306804. OLE color: 8306804.

HSL color Cylindrical-coordinate representation of color #74C07E: hue angle of 127.89º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #74C07E is Cyan = 0.40, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 116 192 126 -
CMYK 0.40 0 0.34 0.25
HSL 127.89º 0.38% 0.6% -
HSV(B) 127.89º 0.4% 0.75% -
XYZ 29.82 42.92 26.45 -
YUV 161.75 107.82 95.37 -
System Red Green Blue C M Y K H S L
Decimal 116 192 126 0.40 0 0.34 0.25 127.89 0.38 0.6
Hex 74 C0 7E 28 0 22 19 80 26 3C
Octal 164 300 176 50 0 42 31 200 46 74
Binary 1110100 11000000 1111110 101000 0 100010 11001 10000000 100110 111100

Color Harmonies of #74C07E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C07E

Black with #74C07E

Text Example


Text Example

White with #74C07E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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