Html Css Color HEX #71C380 De York

📋 copy color: '#71C380'

red 113 ◦ green 195 ◦ blue 128

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

Shades of De York #71C380

Tints of De York #71C380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 29.36%

R = 25.92%
G = 44.72%
B = 29.36%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#71C380 (or 0x71C380) is known color: De York. HEX triplet: 71, C3 and 80. RGB value is (113,195,128). Sum of RGB (Red+Green+Blue) = 113+195+128=436 (57% of max value = 765). Red value is 113 (44.53% from 255 or 25.92% from 436); Green value is 195 (76.56% from 255 or 44.72% from 436); Blue value is 128 (50.39% from 255 or 29.36% from 436); Max value from RGB is 195 - color contains mainly: green. Hex color #71C380 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71C380 is #8E3C7F. Grayscale: #A3A3A3. Windows color (decimal): -9321600 or 8438641. OLE color: 8438641.

HSL color Cylindrical-coordinate representation of color #71C380: hue angle of 130.98º 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 #71C380 is Cyan = 0.42, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 113 195 128 -
CMYK 0.42 0 0.34 0.24
HSL 130.98º 0.41% 0.6% -
HSV(B) 130.98º 0.42% 0.76% -
XYZ 30.22 44.1 27.34 -
YUV 162.84 108.33 92.45 -
System Red Green Blue C M Y K H S L
Decimal 113 195 128 0.42 0 0.34 0.24 130.98 0.41 0.6
Hex 71 C3 80 2A 0 22 18 83 29 3C
Octal 161 303 200 52 0 42 30 203 51 74
Binary 1110001 11000011 10000000 101010 0 100010 11000 10000011 101001 111100

Color Harmonies of #71C380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71C380

Black with #71C380

Text Example


Text Example

White with #71C380

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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