Html Css Color HEX #7FD082 De York

📋 copy color: '#7FD082'

red 127 ◦ green 208 ◦ blue 130

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

Shades of De York #7FD082

Tints of De York #7FD082

RGB

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

 GREEN value IS 208 (81.64% from 255) = 44.73%

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

R = 27.31%
G = 44.73%
B = 27.96%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#7FD082 (or 0x7FD082) is known color: De York. HEX triplet: 7F, D0 and 82. RGB value is (127,208,130). Sum of RGB (Red+Green+Blue) = 127+208+130=465 (61% of max value = 765). Red value is 127 (50% from 255 or 27.31% from 465); Green value is 208 (81.64% from 255 or 44.73% from 465); Blue value is 130 (51.17% from 255 or 27.96% from 465); Max value from RGB is 208 - color contains mainly: green. Hex color #7FD082 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FD082 is #802F7D. Grayscale: #AFAFAF. Windows color (decimal): -8400766 or 8573055. OLE color: 8573055.

HSL color Cylindrical-coordinate representation of color #7FD082: hue angle of 122.22º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7FD082 is Cyan = 0.39, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB 127 208 130 -
CMYK 0.39 0 0.38 0.18
HSL 122.22º 0.46% 0.66% -
HSV(B) 122.22º 0.39% 0.82% -
XYZ 35.34 51.24 29.15 -
YUV 174.89 102.66 93.84 -
System Red Green Blue C M Y K H S L
Decimal 127 208 130 0.39 0 0.38 0.18 122.22 0.46 0.66
Hex 7F D0 82 27 0 26 12 7A 2E 42
Octal 177 320 202 47 0 46 22 172 56 102
Binary 1111111 11010000 10000010 100111 0 100110 10010 1111010 101110 1000010

Color Harmonies of #7FD082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FD082

Black with #7FD082

Text Example


Text Example

White with #7FD082

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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