Html Css Color HEX #7FD282 De York

📋 copy color: '#7FD282'

red 127 ◦ green 210 ◦ blue 130

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

Shades of De York #7FD282

Tints of De York #7FD282

RGB

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

 GREEN value IS 210 (82.42% from 255) = 44.97%

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

R = 27.19%
G = 44.97%
B = 27.84%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#7FD282 (or 0x7FD282) is known color: De York. HEX triplet: 7F, D2 and 82. RGB value is (127,210,130). Sum of RGB (Red+Green+Blue) = 127+210+130=467 (61% of max value = 765). Red value is 127 (50% from 255 or 27.19% from 467); Green value is 210 (82.42% from 255 or 44.97% from 467); Blue value is 130 (51.17% from 255 or 27.84% from 467); Max value from RGB is 210 - color contains mainly: green. Hex color #7FD282 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FD282 is #802D7D. Grayscale: #B0B0B0. Windows color (decimal): -8400254 or 8573567. OLE color: 8573567.

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

Color convert

RGB 127 210 130 -
CMYK 0.40 0 0.38 0.18
HSL 122.17º 0.48% 0.66% -
HSV(B) 122.17º 0.4% 0.82% -
XYZ 35.83 52.22 29.31 -
YUV 176.06 102 93 -
System Red Green Blue C M Y K H S L
Decimal 127 210 130 0.40 0 0.38 0.18 122.17 0.48 0.66
Hex 7F D2 82 28 0 26 12 7A 30 42
Octal 177 322 202 50 0 46 22 172 60 102
Binary 1111111 11010010 10000010 101000 0 100110 10010 1111010 110000 1000010

Color Harmonies of #7FD282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FD282

Black with #7FD282

Text Example


Text Example

White with #7FD282

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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