Html Css Color HEX #86CF96 De York

📋 copy color: '#86CF96'

red 134 ◦ green 207 ◦ blue 150

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

Shades of De York #86CF96

Tints of De York #86CF96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 30.55%

R = 27.29%
G = 42.16%
B = 30.55%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#86CF96 (or 0x86CF96) is known color: De York. HEX triplet: 86, CF and 96. RGB value is (134,207,150). Sum of RGB (Red+Green+Blue) = 134+207+150=491 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.29% from 491); Green value is 207 (81.25% from 255 or 42.16% from 491); Blue value is 150 (58.98% from 255 or 30.55% from 491); Max value from RGB is 207 - color contains mainly: green. Hex color #86CF96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86CF96 is #793069. Grayscale: #B2B2B2. Windows color (decimal): -7942250 or 9883526. OLE color: 9883526.

HSL color Cylindrical-coordinate representation of color #86CF96: hue angle of 133.15º 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 #86CF96 is Cyan = 0.35, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.19.

Color convert

RGB 134 207 150 -
CMYK 0.35 0 0.28 0.19
HSL 133.15º 0.43% 0.67% -
HSV(B) 133.15º 0.35% 0.81% -
XYZ 37.65 51.9 36.89 -
YUV 178.68 111.82 96.13 -
System Red Green Blue C M Y K H S L
Decimal 134 207 150 0.35 0 0.28 0.19 133.15 0.43 0.67
Hex 86 CF 96 23 0 1C 13 85 2B 43
Octal 206 317 226 43 0 34 23 205 53 103
Binary 10000110 11001111 10010110 100011 0 11100 10011 10000101 101011 1000011

Color Harmonies of #86CF96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86CF96

Black with #86CF96

Text Example


Text Example

White with #86CF96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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