Html Css Color HEX #7FD296 De York

📋 copy color: '#7FD296'

red 127 ◦ green 210 ◦ blue 150

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

Shades of De York #7FD296

Tints of De York #7FD296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 30.8%

R = 26.08%
G = 43.12%
B = 30.8%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#7FD296 (or 0x7FD296) is known color: De York. HEX triplet: 7F, D2 and 96. RGB value is (127,210,150). Sum of RGB (Red+Green+Blue) = 127+210+150=487 (64% of max value = 765). Red value is 127 (50% from 255 or 26.08% from 487); Green value is 210 (82.42% from 255 or 43.12% from 487); Blue value is 150 (58.98% from 255 or 30.80% from 487); Max value from RGB is 210 - color contains mainly: green. Hex color #7FD296 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FD296 is #802D69. Grayscale: #B2B2B2. Windows color (decimal): -8400234 or 9884287. OLE color: 9884287.

HSL color Cylindrical-coordinate representation of color #7FD296: hue angle of 136.63º 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 #7FD296 is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB 127 210 150 -
CMYK 0.40 0 0.29 0.18
HSL 136.63º 0.48% 0.66% -
HSV(B) 136.63º 0.4% 0.82% -
XYZ 37.3 52.81 37.08 -
YUV 178.34 112 91.38 -
System Red Green Blue C M Y K H S L
Decimal 127 210 150 0.40 0 0.29 0.18 136.63 0.48 0.66
Hex 7F D2 96 28 0 1D 12 89 30 42
Octal 177 322 226 50 0 35 22 211 60 102
Binary 1111111 11010010 10010110 101000 0 11101 10010 10001001 110000 1000010

Color Harmonies of #7FD296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FD296

Black with #7FD296

Text Example


Text Example

White with #7FD296

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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