Html Css Color HEX #71CF85 De York

📋 copy color: '#71CF85'

red 113 ◦ green 207 ◦ blue 133

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

Shades of De York #71CF85

Tints of De York #71CF85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 29.36%

R = 24.94%
G = 45.7%
B = 29.36%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.36

 K value IS 0.19

RGB Variations

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

Color information

#71CF85 (or 0x71CF85) is known color: De York. HEX triplet: 71, CF and 85. RGB value is (113,207,133). Sum of RGB (Red+Green+Blue) = 113+207+133=453 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.94% from 453); Green value is 207 (81.25% from 255 or 45.70% from 453); Blue value is 133 (52.34% from 255 or 29.36% from 453); Max value from RGB is 207 - color contains mainly: green. Hex color #71CF85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71CF85 is #8E307A. Grayscale: #AAAAAA. Windows color (decimal): -9318523 or 8769393. OLE color: 8769393.

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

Color convert

RGB 113 207 133 -
CMYK 0.45 0 0.36 0.19
HSL 132.77º 0.49% 0.63% -
HSV(B) 132.77º 0.45% 0.81% -
XYZ 33.36 49.83 30.05 -
YUV 170.46 106.86 87.02 -
System Red Green Blue C M Y K H S L
Decimal 113 207 133 0.45 0 0.36 0.19 132.77 0.49 0.63
Hex 71 CF 85 2D 0 24 13 85 31 3F
Octal 161 317 205 55 0 44 23 205 61 77
Binary 1110001 11001111 10000101 101101 0 100100 10011 10000101 110001 111111

Color Harmonies of #71CF85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CF85

Black with #71CF85

Text Example


Text Example

White with #71CF85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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