Html Css Color HEX #7FD095 De York

📋 copy color: '#7FD095'

red 127 ◦ green 208 ◦ blue 149

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

Shades of De York #7FD095

Tints of De York #7FD095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 30.79%

R = 26.24%
G = 42.98%
B = 30.79%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#7FD095 (or 0x7FD095) is known color: De York. HEX triplet: 7F, D0 and 95. RGB value is (127,208,149). Sum of RGB (Red+Green+Blue) = 127+208+149=484 (64% of max value = 765). Red value is 127 (50% from 255 or 26.24% from 484); Green value is 208 (81.64% from 255 or 42.98% from 484); Blue value is 149 (58.59% from 255 or 30.79% from 484); Max value from RGB is 208 - color contains mainly: green. Hex color #7FD095 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FD095 is #802F6A. Grayscale: #B1B1B1. Windows color (decimal): -8400747 or 9818239. OLE color: 9818239.

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

Color convert

RGB 127 208 149 -
CMYK 0.39 0 0.28 0.18
HSL 136.3º 0.46% 0.66% -
HSV(B) 136.3º 0.39% 0.82% -
XYZ 36.73 51.79 36.49 -
YUV 177.06 112.16 92.3 -
System Red Green Blue C M Y K H S L
Decimal 127 208 149 0.39 0 0.28 0.18 136.3 0.46 0.66
Hex 7F D0 95 27 0 1C 12 88 2E 42
Octal 177 320 225 47 0 34 22 210 56 102
Binary 1111111 11010000 10010101 100111 0 11100 10010 10001000 101110 1000010

Color Harmonies of #7FD095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FD095

Black with #7FD095

Text Example


Text Example

White with #7FD095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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