Html Css Color HEX #7FBE80 De York

📋 copy color: '#7FBE80'

red 127 ◦ green 190 ◦ blue 128

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

Shades of De York #7FBE80

Tints of De York #7FBE80

RGB

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

 GREEN value IS 190 (74.61% from 255) = 42.7%

 BLUE value IS 128 (50.39% from 255) = 28.76%

R = 28.54%
G = 42.7%
B = 28.76%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#7FBE80 (or 0x7FBE80) is known color: De York. HEX triplet: 7F, BE and 80. RGB value is (127,190,128). Sum of RGB (Red+Green+Blue) = 127+190+128=445 (58% of max value = 765). Red value is 127 (50% from 255 or 28.54% from 445); Green value is 190 (74.61% from 255 or 42.70% from 445); Blue value is 128 (50.39% from 255 or 28.76% from 445); Max value from RGB is 190 - color contains mainly: green. Hex color #7FBE80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FBE80 is #80417F. Grayscale: #A4A4A4. Windows color (decimal): -8405376 or 8437375. OLE color: 8437375.

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

Color convert

RGB 127 190 128 -
CMYK 0.33 0 0.33 0.25
HSL 120.95º 0.33% 0.62% -
HSV(B) 120.95º 0.33% 0.75% -
XYZ 31.06 42.9 27.06 -
YUV 164.1 107.63 101.54 -
System Red Green Blue C M Y K H S L
Decimal 127 190 128 0.33 0 0.33 0.25 120.95 0.33 0.62
Hex 7F BE 80 21 0 21 19 79 21 3E
Octal 177 276 200 41 0 41 31 171 41 76
Binary 1111111 10111110 10000000 100001 0 100001 11001 1111001 100001 111110

Color Harmonies of #7FBE80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBE80

Black with #7FBE80

Text Example


Text Example

White with #7FBE80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,190,128); }

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

background-color css

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

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

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

border-color css

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

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

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