Html Css Color HEX #7FBF7F De York

📋 copy color: '#7FBF7F'

red 127 ◦ green 191 ◦ blue 127

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

Shades of De York #7FBF7F

Tints of De York #7FBF7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 28.54%

R = 28.54%
G = 42.92%
B = 28.54%

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

#7FBF7F (or 0x7FBF7F) is known color: De York. HEX triplet: 7F, BF and 7F. RGB value is (127,191,127). Sum of RGB (Red+Green+Blue) = 127+191+127=445 (58% of max value = 765). Red value is 127 (50% from 255 or 28.54% from 445); Green value is 191 (75% from 255 or 42.92% from 445); Blue value is 127 (50% from 255 or 28.54% from 445); Max value from RGB is 191 - color contains mainly: green. Hex color #7FBF7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FBF7F is #804080. Grayscale: #A4A4A4. Windows color (decimal): -8405121 or 8372095. OLE color: 8372095.

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

Color convert

RGB 127 191 127 -
CMYK 0.34 0 0.34 0.25
HSL 120º 0.33% 0.62% -
HSV(B) 120º 0.34% 0.75% -
XYZ 31.21 43.31 26.79 -
YUV 164.57 106.8 101.2 -
System Red Green Blue C M Y K H S L
Decimal 127 191 127 0.34 0 0.34 0.25 120 0.33 0.62
Hex 7F BF 7F 22 0 22 19 78 21 3E
Octal 177 277 177 42 0 42 31 170 41 76
Binary 1111111 10111111 1111111 100010 0 100010 11001 1111000 100001 111110

Color Harmonies of #7FBF7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBF7F

Black with #7FBF7F

Text Example


Text Example

White with #7FBF7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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