Html Css Color HEX #7FC082 De York

📋 copy color: '#7FC082'

red 127 ◦ green 192 ◦ blue 130

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

Shades of De York #7FC082

Tints of De York #7FC082

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.76%

 BLUE value IS 130 (51.17% from 255) = 28.95%

R = 28.29%
G = 42.76%
B = 28.95%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#7FC082 (or 0x7FC082) is known color: De York. HEX triplet: 7F, C0 and 82. RGB value is (127,192,130). Sum of RGB (Red+Green+Blue) = 127+192+130=449 (59% of max value = 765). Red value is 127 (50% from 255 or 28.29% from 449); Green value is 192 (75.39% from 255 or 42.76% from 449); Blue value is 130 (51.17% from 255 or 28.95% from 449); Max value from RGB is 192 - color contains mainly: green. Hex color #7FC082 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FC082 is #803F7D. Grayscale: #A5A5A5. Windows color (decimal): -8404862 or 8568959. OLE color: 8568959.

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

Color convert

RGB 127 192 130 -
CMYK 0.34 0 0.32 0.25
HSL 122.77º 0.34% 0.63% -
HSV(B) 122.77º 0.34% 0.75% -
XYZ 31.63 43.82 27.91 -
YUV 165.5 107.97 100.54 -
System Red Green Blue C M Y K H S L
Decimal 127 192 130 0.34 0 0.32 0.25 122.77 0.34 0.63
Hex 7F C0 82 22 0 20 19 7B 22 3F
Octal 177 300 202 42 0 40 31 173 42 77
Binary 1111111 11000000 10000010 100010 0 100000 11001 1111011 100010 111111

Color Harmonies of #7FC082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FC082

Black with #7FC082

Text Example


Text Example

White with #7FC082

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,192,130); }

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

background-color css

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

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

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

border-color css

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

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

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