Html Css Color HEX #71DD66 Pastel Green

📋 copy color: '#71DD66'

red 113 ◦ green 221 ◦ blue 102

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

Shades of Pastel Green #71DD66

Tints of Pastel Green #71DD66

RGB

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

 GREEN value IS 221 (86.72% from 255) = 50.69%

 BLUE value IS 102 (40.23% from 255) = 23.39%

R = 25.92%
G = 50.69%
B = 23.39%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#71DD66 (or 0x71DD66) is known color: Pastel Green. HEX triplet: 71, DD and 66. RGB value is (113,221,102). Sum of RGB (Red+Green+Blue) = 113+221+102=436 (57% of max value = 765). Red value is 113 (44.53% from 255 or 25.92% from 436); Green value is 221 (86.72% from 255 or 50.69% from 436); Blue value is 102 (40.23% from 255 or 23.39% from 436); Max value from RGB is 221 - color contains mainly: green. Hex color #71DD66 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71DD66 is #8E2299. Grayscale: #AFAFAF. Windows color (decimal): -9314970 or 6741361. OLE color: 6741361.

HSL color Cylindrical-coordinate representation of color #71DD66: hue angle of 114.45º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #71DD66 is Cyan = 0.49, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB 113 221 102 -
CMYK 0.49 0 0.54 0.13
HSL 114.45º 0.64% 0.63% -
HSV(B) 114.45º 0.54% 0.87% -
XYZ 35.06 56.18 21.57 -
YUV 175.14 86.72 83.68 -
System Red Green Blue C M Y K H S L
Decimal 113 221 102 0.49 0 0.54 0.13 114.45 0.64 0.63
Hex 71 DD 66 31 0 36 D 72 40 3F
Octal 161 335 146 61 0 66 15 162 100 77
Binary 1110001 11011101 1100110 110001 0 110110 1101 1110010 1000000 111111

Color Harmonies of #71DD66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71DD66

Black with #71DD66

Text Example


Text Example

White with #71DD66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,221,102); }

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

background-color css

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

 a { background-color: rgb(113,221,102); }

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

border-color css

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

 span { border-color: rgb(113,221,102); }

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