Html Css Color HEX #7FC374 De York

📋 copy color: '#7FC374'

red 127 ◦ green 195 ◦ blue 116

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

Shades of De York #7FC374

Tints of De York #7FC374

RGB

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

 GREEN value IS 195 (76.56% from 255) = 44.52%

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

R = 29%
G = 44.52%
B = 26.48%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#7FC374 (or 0x7FC374) is known color: De York. HEX triplet: 7F, C3 and 74. RGB value is (127,195,116). Sum of RGB (Red+Green+Blue) = 127+195+116=438 (58% of max value = 765). Red value is 127 (50% from 255 or 29.00% from 438); Green value is 195 (76.56% from 255 or 44.52% from 438); Blue value is 116 (45.70% from 255 or 26.48% from 438); Max value from RGB is 195 - color contains mainly: green. Hex color #7FC374 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FC374 is #803C8B. Grayscale: #A5A5A5. Windows color (decimal): -8404108 or 7652223. OLE color: 7652223.

HSL color Cylindrical-coordinate representation of color #7FC374: hue angle of 111.65º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7FC374 is Cyan = 0.35, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB 127 195 116 -
CMYK 0.35 0 0.41 0.24
HSL 111.65º 0.4% 0.61% -
HSV(B) 111.65º 0.41% 0.76% -
XYZ 31.42 44.8 23.51 -
YUV 165.66 99.97 100.42 -
System Red Green Blue C M Y K H S L
Decimal 127 195 116 0.35 0 0.41 0.24 111.65 0.4 0.61
Hex 7F C3 74 23 0 29 18 70 28 3D
Octal 177 303 164 43 0 51 30 160 50 75
Binary 1111111 11000011 1110100 100011 0 101001 11000 1110000 101000 111101

Color Harmonies of #7FC374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FC374

Black with #7FC374

Text Example


Text Example

White with #7FC374

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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