Html Css Color HEX #7FBC7F De York

📋 copy color: '#7FBC7F'

red 127 ◦ green 188 ◦ blue 127

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

Shades of De York #7FBC7F

Tints of De York #7FBC7F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 42.53%

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

R = 28.73%
G = 42.53%
B = 28.73%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#7FBC7F (or 0x7FBC7F) is known color: De York. HEX triplet: 7F, BC and 7F. RGB value is (127,188,127). Sum of RGB (Red+Green+Blue) = 127+188+127=442 (58% of max value = 765). Red value is 127 (50% from 255 or 28.73% from 442); Green value is 188 (73.83% from 255 or 42.53% from 442); Blue value is 127 (50% from 255 or 28.73% from 442); Max value from RGB is 188 - color contains mainly: green. Hex color #7FBC7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FBC7F is #804380. Grayscale: #A2A2A2. Windows color (decimal): -8405889 or 8371327. OLE color: 8371327.

HSL color Cylindrical-coordinate representation of color #7FBC7F: hue angle of 120º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7FBC7F is Cyan = 0.32, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB 127 188 127 -
CMYK 0.32 0 0.32 0.26
HSL 120º 0.31% 0.62% -
HSV(B) 120º 0.32% 0.74% -
XYZ 30.57 42.01 26.58 -
YUV 162.81 107.79 102.46 -
System Red Green Blue C M Y K H S L
Decimal 127 188 127 0.32 0 0.32 0.26 120 0.31 0.62
Hex 7F BC 7F 20 0 20 1A 78 1F 3E
Octal 177 274 177 40 0 40 32 170 37 76
Binary 1111111 10111100 1111111 100000 0 100000 11010 1111000 11111 111110

Color Harmonies of #7FBC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBC7F

Black with #7FBC7F

Text Example


Text Example

White with #7FBC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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