Html Css Color HEX #7FD885 De York

📋 copy color: '#7FD885'

red 127 ◦ green 216 ◦ blue 133

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

Shades of De York #7FD885

Tints of De York #7FD885

RGB

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

 GREEN value IS 216 (84.77% from 255) = 45.38%

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

R = 26.68%
G = 45.38%
B = 27.94%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#7FD885 (or 0x7FD885) is known color: De York. HEX triplet: 7F, D8 and 85. RGB value is (127,216,133). Sum of RGB (Red+Green+Blue) = 127+216+133=476 (63% of max value = 765). Red value is 127 (50% from 255 or 26.68% from 476); Green value is 216 (84.77% from 255 or 45.38% from 476); Blue value is 133 (52.34% from 255 or 27.94% from 476); Max value from RGB is 216 - color contains mainly: green. Hex color #7FD885 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FD885 is #80277A. Grayscale: #B4B4B4. Windows color (decimal): -8398715 or 8771711. OLE color: 8771711.

HSL color Cylindrical-coordinate representation of color #7FD885: hue angle of 124.04º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7FD885 is Cyan = 0.41, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB 127 216 133 -
CMYK 0.41 0 0.38 0.15
HSL 124.04º 0.53% 0.67% -
HSV(B) 124.04º 0.41% 0.85% -
XYZ 37.54 55.32 30.89 -
YUV 179.93 101.51 90.25 -
System Red Green Blue C M Y K H S L
Decimal 127 216 133 0.41 0 0.38 0.15 124.04 0.53 0.67
Hex 7F D8 85 29 0 26 F 7C 35 43
Octal 177 330 205 51 0 46 17 174 65 103
Binary 1111111 11011000 10000101 101001 0 100110 1111 1111100 110101 1000011

Color Harmonies of #7FD885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FD885

Black with #7FD885

Text Example


Text Example

White with #7FD885

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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