Html Css Color HEX #86CF89 De York

📋 copy color: '#86CF89'

red 134 ◦ green 207 ◦ blue 137

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

Shades of De York #86CF89

Tints of De York #86CF89

RGB

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

 GREEN value IS 207 (81.25% from 255) = 43.31%

 BLUE value IS 137 (53.91% from 255) = 28.66%

R = 28.03%
G = 43.31%
B = 28.66%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.34

 K value IS 0.19

RGB Variations

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

Color information

#86CF89 (or 0x86CF89) is known color: De York. HEX triplet: 86, CF and 89. RGB value is (134,207,137). Sum of RGB (Red+Green+Blue) = 134+207+137=478 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.03% from 478); Green value is 207 (81.25% from 255 or 43.31% from 478); Blue value is 137 (53.91% from 255 or 28.66% from 478); Max value from RGB is 207 - color contains mainly: green. Hex color #86CF89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86CF89 is #793076. Grayscale: #B1B1B1. Windows color (decimal): -7942263 or 9031558. OLE color: 9031558.

HSL color Cylindrical-coordinate representation of color #86CF89: hue angle of 122.47º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #86CF89 is Cyan = 0.35, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.19.

Color convert

RGB 134 207 137 -
CMYK 0.35 0 0.34 0.19
HSL 122.47º 0.43% 0.67% -
HSV(B) 122.47º 0.35% 0.81% -
XYZ 36.66 51.5 31.68 -
YUV 177.19 105.32 97.19 -
System Red Green Blue C M Y K H S L
Decimal 134 207 137 0.35 0 0.34 0.19 122.47 0.43 0.67
Hex 86 CF 89 23 0 22 13 7A 2B 43
Octal 206 317 211 43 0 42 23 172 53 103
Binary 10000110 11001111 10001001 100011 0 100010 10011 1111010 101011 1000011

Color Harmonies of #86CF89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86CF89

Black with #86CF89

Text Example


Text Example

White with #86CF89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,207,137); }

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

background-color css

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

 a { background-color: rgb(134,207,137); }

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

border-color css

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

 span { border-color: rgb(134,207,137); }

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