Html Css Color HEX #71CF86 De York

📋 copy color: '#71CF86'

red 113 ◦ green 207 ◦ blue 134

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

Shades of De York #71CF86

Tints of De York #71CF86

RGB

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

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

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

R = 24.89%
G = 45.59%
B = 29.52%

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

#71CF86 (or 0x71CF86) is known color: De York. HEX triplet: 71, CF and 86. RGB value is (113,207,134). Sum of RGB (Red+Green+Blue) = 113+207+134=454 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.89% from 454); Green value is 207 (81.25% from 255 or 45.59% from 454); Blue value is 134 (52.73% from 255 or 29.52% from 454); Max value from RGB is 207 - color contains mainly: green. Hex color #71CF86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71CF86 is #8E3079. Grayscale: #AAAAAA. Windows color (decimal): -9318522 or 8834929. OLE color: 8834929.

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

Color convert

RGB 113 207 134 -
CMYK 0.45 0 0.35 0.19
HSL 133.4º 0.49% 0.63% -
HSV(B) 133.4º 0.45% 0.81% -
XYZ 33.43 49.86 30.42 -
YUV 170.57 107.36 86.94 -
System Red Green Blue C M Y K H S L
Decimal 113 207 134 0.45 0 0.35 0.19 133.4 0.49 0.63
Hex 71 CF 86 2D 0 23 13 85 31 3F
Octal 161 317 206 55 0 43 23 205 61 77
Binary 1110001 11001111 10000110 101101 0 100011 10011 10000101 110001 111111

Color Harmonies of #71CF86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CF86

Black with #71CF86

Text Example


Text Example

White with #71CF86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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