Html Css Color HEX #7FBF7E De York

📋 copy color: '#7FBF7E'

red 127 ◦ green 191 ◦ blue 126

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

Shades of De York #7FBF7E

Tints of De York #7FBF7E

RGB

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

 GREEN value IS 191 (75% from 255) = 43.02%

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

R = 28.6%
G = 43.02%
B = 28.38%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#7FBF7E (or 0x7FBF7E) is known color: De York. HEX triplet: 7F, BF and 7E. RGB value is (127,191,126). Sum of RGB (Red+Green+Blue) = 127+191+126=444 (58% of max value = 765). Red value is 127 (50% from 255 or 28.60% from 444); Green value is 191 (75% from 255 or 43.02% from 444); Blue value is 126 (49.61% from 255 or 28.38% from 444); Max value from RGB is 191 - color contains mainly: green. Hex color #7FBF7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FBF7E is #804081. Grayscale: #A4A4A4. Windows color (decimal): -8405122 or 8306559. OLE color: 8306559.

HSL color Cylindrical-coordinate representation of color #7FBF7E: hue angle of 119.08º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7FBF7E is Cyan = 0.34, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 127 191 126 -
CMYK 0.34 0 0.34 0.25
HSL 119.08º 0.34% 0.62% -
HSV(B) 119.08º 0.34% 0.75% -
XYZ 31.15 43.28 26.45 -
YUV 164.45 106.3 101.29 -
System Red Green Blue C M Y K H S L
Decimal 127 191 126 0.34 0 0.34 0.25 119.08 0.34 0.62
Hex 7F BF 7E 22 0 22 19 77 22 3E
Octal 177 277 176 42 0 42 31 167 42 76
Binary 1111111 10111111 1111110 100010 0 100010 11001 1110111 100010 111110

Color Harmonies of #7FBF7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBF7E

Black with #7FBF7E

Text Example


Text Example

White with #7FBF7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,191,126); }

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

background-color css

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

 a { background-color: rgb(127,191,126); }

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

border-color css

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

 span { border-color: rgb(127,191,126); }

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