Html Css Color HEX #86CF88 De York

📋 copy color: '#86CF88'

red 134 ◦ green 207 ◦ blue 136

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

Shades of De York #86CF88

Tints of De York #86CF88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 28.51%

R = 28.09%
G = 43.4%
B = 28.51%

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

#86CF88 (or 0x86CF88) is known color: De York. HEX triplet: 86, CF and 88. RGB value is (134,207,136). Sum of RGB (Red+Green+Blue) = 134+207+136=477 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.09% from 477); Green value is 207 (81.25% from 255 or 43.40% from 477); Blue value is 136 (53.52% from 255 or 28.51% from 477); Max value from RGB is 207 - color contains mainly: green. Hex color #86CF88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86CF88 is #793077. Grayscale: #B1B1B1. Windows color (decimal): -7942264 or 8966022. OLE color: 8966022.

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

Color convert

RGB 134 207 136 -
CMYK 0.35 0 0.34 0.19
HSL 121.64º 0.43% 0.67% -
HSV(B) 121.64º 0.35% 0.81% -
XYZ 36.59 51.47 31.3 -
YUV 177.08 104.82 97.27 -
System Red Green Blue C M Y K H S L
Decimal 134 207 136 0.35 0 0.34 0.19 121.64 0.43 0.67
Hex 86 CF 88 23 0 22 13 7A 2B 43
Octal 206 317 210 43 0 42 23 172 53 103
Binary 10000110 11001111 10001000 100011 0 100010 10011 1111010 101011 1000011

Color Harmonies of #86CF88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86CF88

Black with #86CF88

Text Example


Text Example

White with #86CF88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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