Html Css Color HEX #7FD185 De York

📋 copy color: '#7FD185'

red 127 ◦ green 209 ◦ blue 133

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

Shades of De York #7FD185

Tints of De York #7FD185

RGB

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

 GREEN value IS 209 (82.03% from 255) = 44.56%

 BLUE value IS 133 (52.34% from 255) = 28.36%

R = 27.08%
G = 44.56%
B = 28.36%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#7FD185 (or 0x7FD185) is known color: De York. HEX triplet: 7F, D1 and 85. RGB value is (127,209,133). Sum of RGB (Red+Green+Blue) = 127+209+133=469 (62% of max value = 765). Red value is 127 (50% from 255 or 27.08% from 469); Green value is 209 (82.03% from 255 or 44.56% from 469); Blue value is 133 (52.34% from 255 or 28.36% from 469); Max value from RGB is 209 - color contains mainly: green. Hex color #7FD185 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FD185 is #802E7A. Grayscale: #B0B0B0. Windows color (decimal): -8400507 or 8769919. OLE color: 8769919.

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

Color convert

RGB 127 209 133 -
CMYK 0.39 0 0.36 0.18
HSL 124.39º 0.47% 0.66% -
HSV(B) 124.39º 0.39% 0.82% -
XYZ 35.79 51.81 30.3 -
YUV 175.82 103.83 93.18 -
System Red Green Blue C M Y K H S L
Decimal 127 209 133 0.39 0 0.36 0.18 124.39 0.47 0.66
Hex 7F D1 85 27 0 24 12 7C 2F 42
Octal 177 321 205 47 0 44 22 174 57 102
Binary 1111111 11010001 10000101 100111 0 100100 10010 1111100 101111 1000010

Color Harmonies of #7FD185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FD185

Black with #7FD185

Text Example


Text Example

White with #7FD185

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,209,133); }

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

background-color css

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

 a { background-color: rgb(127,209,133); }

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

border-color css

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

 span { border-color: rgb(127,209,133); }

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