Html Css Color HEX #7FCB86 De York

📋 copy color: '#7FCB86'

red 127 ◦ green 203 ◦ blue 134

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

Shades of De York #7FCB86

Tints of De York #7FCB86

RGB

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

 GREEN value IS 203 (79.69% from 255) = 43.75%

 BLUE value IS 134 (52.73% from 255) = 28.88%

R = 27.37%
G = 43.75%
B = 28.88%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.34

 K value IS 0.20

RGB Variations

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

Color information

#7FCB86 (or 0x7FCB86) is known color: De York. HEX triplet: 7F, CB and 86. RGB value is (127,203,134). Sum of RGB (Red+Green+Blue) = 127+203+134=464 (61% of max value = 765). Red value is 127 (50% from 255 or 27.37% from 464); Green value is 203 (79.69% from 255 or 43.75% from 464); Blue value is 134 (52.73% from 255 or 28.88% from 464); Max value from RGB is 203 - color contains mainly: green. Hex color #7FCB86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FCB86 is #803479. Grayscale: #ACACAC. Windows color (decimal): -8402042 or 8833919. OLE color: 8833919.

HSL color Cylindrical-coordinate representation of color #7FCB86: hue angle of 125.53º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7FCB86 is Cyan = 0.37, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.

Color convert

RGB 127 203 134 -
CMYK 0.37 0 0.34 0.20
HSL 125.53º 0.42% 0.65% -
HSV(B) 125.53º 0.37% 0.8% -
XYZ 34.41 48.95 30.19 -
YUV 172.41 106.32 95.61 -
System Red Green Blue C M Y K H S L
Decimal 127 203 134 0.37 0 0.34 0.20 125.53 0.42 0.65
Hex 7F CB 86 25 0 22 14 7E 2A 41
Octal 177 313 206 45 0 42 24 176 52 101
Binary 1111111 11001011 10000110 100101 0 100010 10100 1111110 101010 1000001

Color Harmonies of #7FCB86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FCB86

Black with #7FCB86

Text Example


Text Example

White with #7FCB86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,203,134); }

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

background-color css

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

 a { background-color: rgb(127,203,134); }

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

border-color css

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

 span { border-color: rgb(127,203,134); }

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