Html Css Color HEX #86DA81 De York

📋 copy color: '#86DA81'

red 134 ◦ green 218 ◦ blue 129

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

Shades of De York #86DA81

Tints of De York #86DA81

RGB

 RED value IS 134 (52.73% from 255) = 27.86%

 GREEN value IS 218 (85.55% from 255) = 45.32%

 BLUE value IS 129 (50.78% from 255) = 26.82%

R = 27.86%
G = 45.32%
B = 26.82%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#86DA81 (or 0x86DA81) is known color: De York. HEX triplet: 86, DA and 81. RGB value is (134,218,129). Sum of RGB (Red+Green+Blue) = 134+218+129=481 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.86% from 481); Green value is 218 (85.55% from 255 or 45.32% from 481); Blue value is 129 (50.78% from 255 or 26.82% from 481); Max value from RGB is 218 - color contains mainly: green. Hex color #86DA81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86DA81 is #79257E. Grayscale: #B7B7B7. Windows color (decimal): -7939455 or 8510086. OLE color: 8510086.

HSL color Cylindrical-coordinate representation of color #86DA81: hue angle of 116.63º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #86DA81 is Cyan = 0.39, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 134 218 129 -
CMYK 0.39 0 0.41 0.15
HSL 116.63º 0.55% 0.68% -
HSV(B) 116.63º 0.41% 0.85% -
XYZ 38.87 56.8 29.68 -
YUV 182.74 97.67 93.24 -
System Red Green Blue C M Y K H S L
Decimal 134 218 129 0.39 0 0.41 0.15 116.63 0.55 0.68
Hex 86 DA 81 27 0 29 F 75 37 44
Octal 206 332 201 47 0 51 17 165 67 104
Binary 10000110 11011010 10000001 100111 0 101001 1111 1110101 110111 1000100

Color Harmonies of #86DA81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86DA81

Black with #86DA81

Text Example


Text Example

White with #86DA81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86DA81; }

 p { color: rgb(134,218,129); }

 H1.HeaderClassName
 {
   color: #86DA81;
 }
 .AnyTagClassName
 {
   color: #86DA81;
 }
</style>

background-color css

<style>
 a { background-color: #86DA81; }

 a { background-color: rgb(134,218,129); }

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

border-color css

<style>
 span { border-color: #86DA81; }

 span { border-color: rgb(134,218,129); }

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