Html Css Color HEX #71DD64 Pastel Green

📋 copy color: '#71DD64'

red 113 ◦ green 221 ◦ blue 100

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

Shades of Pastel Green #71DD64

Tints of Pastel Green #71DD64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 23.04%

R = 26.04%
G = 50.92%
B = 23.04%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#71DD64 (or 0x71DD64) is known color: Pastel Green. HEX triplet: 71, DD and 64. RGB value is (113,221,100). Sum of RGB (Red+Green+Blue) = 113+221+100=434 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.04% from 434); Green value is 221 (86.72% from 255 or 50.92% from 434); Blue value is 100 (39.45% from 255 or 23.04% from 434); Max value from RGB is 221 - color contains mainly: green. Hex color #71DD64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71DD64 is #8E229B. Grayscale: #AFAFAF. Windows color (decimal): -9314972 or 6610289. OLE color: 6610289.

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

Color convert

RGB 113 221 100 -
CMYK 0.49 0 0.55 0.13
HSL 113.55º 0.64% 0.63% -
HSV(B) 113.55º 0.55% 0.87% -
XYZ 34.97 56.14 21.05 -
YUV 174.91 85.72 83.84 -
System Red Green Blue C M Y K H S L
Decimal 113 221 100 0.49 0 0.55 0.13 113.55 0.64 0.63
Hex 71 DD 64 31 0 37 D 72 40 3F
Octal 161 335 144 61 0 67 15 162 100 77
Binary 1110001 11011101 1100100 110001 0 110111 1101 1110010 1000000 111111

Color Harmonies of #71DD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71DD64

Black with #71DD64

Text Example


Text Example

White with #71DD64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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