Html Css Color HEX #7FBC7D De York

📋 copy color: '#7FBC7D'

red 127 ◦ green 188 ◦ blue 125

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

Shades of De York #7FBC7D

Tints of De York #7FBC7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.41%

R = 28.86%
G = 42.73%
B = 28.41%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#7FBC7D (or 0x7FBC7D) is known color: De York. HEX triplet: 7F, BC and 7D. RGB value is (127,188,125). Sum of RGB (Red+Green+Blue) = 127+188+125=440 (58% of max value = 765). Red value is 127 (50% from 255 or 28.86% from 440); Green value is 188 (73.83% from 255 or 42.73% from 440); Blue value is 125 (49.22% from 255 or 28.41% from 440); Max value from RGB is 188 - color contains mainly: green. Hex color #7FBC7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FBC7D is #804382. Grayscale: #A2A2A2. Windows color (decimal): -8405891 or 8240255. OLE color: 8240255.

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

Color convert

RGB 127 188 125 -
CMYK 0.32 0 0.34 0.26
HSL 118.1º 0.32% 0.61% -
HSV(B) 118.1º 0.34% 0.74% -
XYZ 30.44 41.96 25.9 -
YUV 162.58 106.79 102.62 -
System Red Green Blue C M Y K H S L
Decimal 127 188 125 0.32 0 0.34 0.26 118.1 0.32 0.61
Hex 7F BC 7D 20 0 22 1A 76 20 3D
Octal 177 274 175 40 0 42 32 166 40 75
Binary 1111111 10111100 1111101 100000 0 100010 11010 1110110 100000 111101

Color Harmonies of #7FBC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBC7D

Black with #7FBC7D

Text Example


Text Example

White with #7FBC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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