Html Css Color HEX #7FC074 De York

📋 copy color: '#7FC074'

red 127 ◦ green 192 ◦ blue 116

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

Shades of De York #7FC074

Tints of De York #7FC074

RGB

 RED value IS 127 (50% from 255) = 29.2%

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

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

R = 29.2%
G = 44.14%
B = 26.67%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#7FC074 (or 0x7FC074) is known color: De York. HEX triplet: 7F, C0 and 74. RGB value is (127,192,116). Sum of RGB (Red+Green+Blue) = 127+192+116=435 (57% of max value = 765). Red value is 127 (50% from 255 or 29.20% from 435); Green value is 192 (75.39% from 255 or 44.14% from 435); Blue value is 116 (45.70% from 255 or 26.67% from 435); Max value from RGB is 192 - color contains mainly: green. Hex color #7FC074 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FC074 is #803F8B. Grayscale: #A4A4A4. Windows color (decimal): -8404876 or 7651455. OLE color: 7651455.

HSL color Cylindrical-coordinate representation of color #7FC074: hue angle of 111.32º 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 #7FC074 is Cyan = 0.34, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 127 192 116 -
CMYK 0.34 0 0.40 0.25
HSL 111.32º 0.38% 0.6% -
HSV(B) 111.32º 0.4% 0.75% -
XYZ 30.75 43.47 23.29 -
YUV 163.9 100.97 101.68 -
System Red Green Blue C M Y K H S L
Decimal 127 192 116 0.34 0 0.40 0.25 111.32 0.38 0.6
Hex 7F C0 74 22 0 28 19 6F 26 3C
Octal 177 300 164 42 0 50 31 157 46 74
Binary 1111111 11000000 1110100 100010 0 101000 11001 1101111 100110 111100

Color Harmonies of #7FC074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FC074

Black with #7FC074

Text Example


Text Example

White with #7FC074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7FC074; }

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

 H1.HeaderClassName
 {
   color: #7FC074;
 }
 .AnyTagClassName
 {
   color: #7FC074;
 }
</style>

background-color css

<style>
 a { background-color: #7FC074; }

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

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

border-color css

<style>
 span { border-color: #7FC074; }

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

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