Html Css Color HEX #71CE86 De York

📋 copy color: '#71CE86'

red 113 ◦ green 206 ◦ blue 134

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

Shades of De York #71CE86

Tints of De York #71CE86

RGB

 RED value IS 113 (44.53% from 255) = 24.94%

 GREEN value IS 206 (80.86% from 255) = 45.47%

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

R = 24.94%
G = 45.47%
B = 29.58%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.35

 K value IS 0.19

RGB Variations

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

Color information

#71CE86 (or 0x71CE86) is known color: De York. HEX triplet: 71, CE and 86. RGB value is (113,206,134). Sum of RGB (Red+Green+Blue) = 113+206+134=453 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.94% from 453); Green value is 206 (80.86% from 255 or 45.47% from 453); Blue value is 134 (52.73% from 255 or 29.58% from 453); Max value from RGB is 206 - color contains mainly: green. Hex color #71CE86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71CE86 is #8E3179. Grayscale: #AAAAAA. Windows color (decimal): -9318778 or 8834673. OLE color: 8834673.

HSL color Cylindrical-coordinate representation of color #71CE86: hue angle of 133.55º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #71CE86 is Cyan = 0.45, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.

Color convert

RGB 113 206 134 -
CMYK 0.45 0 0.35 0.19
HSL 133.55º 0.49% 0.63% -
HSV(B) 133.55º 0.45% 0.81% -
XYZ 33.18 49.37 30.34 -
YUV 169.99 107.69 87.35 -
System Red Green Blue C M Y K H S L
Decimal 113 206 134 0.45 0 0.35 0.19 133.55 0.49 0.63
Hex 71 CE 86 2D 0 23 13 86 31 3F
Octal 161 316 206 55 0 43 23 206 61 77
Binary 1110001 11001110 10000110 101101 0 100011 10011 10000110 110001 111111

Color Harmonies of #71CE86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CE86

Black with #71CE86

Text Example


Text Example

White with #71CE86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71CE86; }

 p { color: rgb(113,206,134); }

 H1.HeaderClassName
 {
   color: #71CE86;
 }
 .AnyTagClassName
 {
   color: #71CE86;
 }
</style>

background-color css

<style>
 a { background-color: #71CE86; }

 a { background-color: rgb(113,206,134); }

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

border-color css

<style>
 span { border-color: #71CE86; }

 span { border-color: rgb(113,206,134); }

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