Html Css Color HEX #7FBD7A De York

📋 copy color: '#7FBD7A'

red 127 ◦ green 189 ◦ blue 122

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

Shades of De York #7FBD7A

Tints of De York #7FBD7A

RGB

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

 GREEN value IS 189 (74.22% from 255) = 43.15%

 BLUE value IS 122 (48.05% from 255) = 27.85%

R = 29%
G = 43.15%
B = 27.85%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#7FBD7A (or 0x7FBD7A) is known color: De York. HEX triplet: 7F, BD and 7A. RGB value is (127,189,122). Sum of RGB (Red+Green+Blue) = 127+189+122=438 (58% of max value = 765). Red value is 127 (50% from 255 or 29.00% from 438); Green value is 189 (74.22% from 255 or 43.15% from 438); Blue value is 122 (48.05% from 255 or 27.85% from 438); Max value from RGB is 189 - color contains mainly: green. Hex color #7FBD7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FBD7A is #804285. Grayscale: #A3A3A3. Windows color (decimal): -8405638 or 8043903. OLE color: 8043903.

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

Color convert

RGB 127 189 122 -
CMYK 0.33 0 0.35 0.26
HSL 115.52º 0.34% 0.61% -
HSV(B) 115.52º 0.35% 0.74% -
XYZ 30.46 42.31 24.97 -
YUV 162.82 104.96 102.45 -
System Red Green Blue C M Y K H S L
Decimal 127 189 122 0.33 0 0.35 0.26 115.52 0.34 0.61
Hex 7F BD 7A 21 0 23 1A 74 22 3D
Octal 177 275 172 41 0 43 32 164 42 75
Binary 1111111 10111101 1111010 100001 0 100011 11010 1110100 100010 111101

Color Harmonies of #7FBD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBD7A

Black with #7FBD7A

Text Example


Text Example

White with #7FBD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,189,122); }

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

background-color css

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

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

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

border-color css

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

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

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