Html Css Color HEX #7FDD96 De York

📋 copy color: '#7FDD96'

red 127 ◦ green 221 ◦ blue 150

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

Shades of De York #7FDD96

Tints of De York #7FDD96

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.38%

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

R = 25.5%
G = 44.38%
B = 30.12%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#7FDD96 (or 0x7FDD96) is known color: De York. HEX triplet: 7F, DD and 96. RGB value is (127,221,150). Sum of RGB (Red+Green+Blue) = 127+221+150=498 (65% of max value = 765). Red value is 127 (50% from 255 or 25.50% from 498); Green value is 221 (86.72% from 255 or 44.38% from 498); Blue value is 150 (58.98% from 255 or 30.12% from 498); Max value from RGB is 221 - color contains mainly: green. Hex color #7FDD96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FDD96 is #802269. Grayscale: #B8B8B8. Windows color (decimal): -8397418 or 9887103. OLE color: 9887103.

HSL color Cylindrical-coordinate representation of color #7FDD96: hue angle of 134.68º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7FDD96 is Cyan = 0.43, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB 127 221 150 -
CMYK 0.43 0 0.32 0.13
HSL 134.68º 0.58% 0.68% -
HSV(B) 134.68º 0.43% 0.87% -
XYZ 40.11 58.43 38.02 -
YUV 184.8 108.36 86.77 -
System Red Green Blue C M Y K H S L
Decimal 127 221 150 0.43 0 0.32 0.13 134.68 0.58 0.68
Hex 7F DD 96 2B 0 20 D 87 3A 44
Octal 177 335 226 53 0 40 15 207 72 104
Binary 1111111 11011101 10010110 101011 0 100000 1101 10000111 111010 1000100

Color Harmonies of #7FDD96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FDD96

Black with #7FDD96

Text Example


Text Example

White with #7FDD96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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