Html Css Color HEX #71C37F De York

📋 copy color: '#71C37F'

red 113 ◦ green 195 ◦ blue 127

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

Shades of De York #71C37F

Tints of De York #71C37F

RGB

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

 GREEN value IS 195 (76.56% from 255) = 44.83%

 BLUE value IS 127 (50% from 255) = 29.2%

R = 25.98%
G = 44.83%
B = 29.2%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#71C37F (or 0x71C37F) is known color: De York. HEX triplet: 71, C3 and 7F. RGB value is (113,195,127). Sum of RGB (Red+Green+Blue) = 113+195+127=435 (57% of max value = 765). Red value is 113 (44.53% from 255 or 25.98% from 435); Green value is 195 (76.56% from 255 or 44.83% from 435); Blue value is 127 (50% from 255 or 29.20% from 435); Max value from RGB is 195 - color contains mainly: green. Hex color #71C37F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71C37F is #8E3C80. Grayscale: #A2A2A2. Windows color (decimal): -9321601 or 8373105. OLE color: 8373105.

HSL color Cylindrical-coordinate representation of color #71C37F: hue angle of 130.24º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #71C37F is Cyan = 0.42, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB 113 195 127 -
CMYK 0.42 0 0.35 0.24
HSL 130.24º 0.41% 0.6% -
HSV(B) 130.24º 0.42% 0.76% -
XYZ 30.16 44.07 27 -
YUV 162.73 107.83 92.53 -
System Red Green Blue C M Y K H S L
Decimal 113 195 127 0.42 0 0.35 0.24 130.24 0.41 0.6
Hex 71 C3 7F 2A 0 23 18 82 29 3C
Octal 161 303 177 52 0 43 30 202 51 74
Binary 1110001 11000011 1111111 101010 0 100011 11000 10000010 101001 111100

Color Harmonies of #71C37F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71C37F

Black with #71C37F

Text Example


Text Example

White with #71C37F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,195,127); }

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

background-color css

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

 a { background-color: rgb(113,195,127); }

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

border-color css

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

 span { border-color: rgb(113,195,127); }

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