Html Css Color HEX #71DB66 Pastel Green

📋 copy color: '#71DB66'

red 113 ◦ green 219 ◦ blue 102

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

Shades of Pastel Green #71DB66

Tints of Pastel Green #71DB66

RGB

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

 GREEN value IS 219 (85.94% from 255) = 50.46%

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

R = 26.04%
G = 50.46%
B = 23.5%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#71DB66 (or 0x71DB66) is known color: Pastel Green. HEX triplet: 71, DB and 66. RGB value is (113,219,102). Sum of RGB (Red+Green+Blue) = 113+219+102=434 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.04% from 434); Green value is 219 (85.94% from 255 or 50.46% from 434); Blue value is 102 (40.23% from 255 or 23.50% from 434); Max value from RGB is 219 - color contains mainly: green. Hex color #71DB66 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71DB66 is #8E2499. Grayscale: #AEAEAE. Windows color (decimal): -9315482 or 6740849. OLE color: 6740849.

HSL color Cylindrical-coordinate representation of color #71DB66: hue angle of 114.36º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71DB66 is Cyan = 0.48, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB 113 219 102 -
CMYK 0.48 0 0.53 0.14
HSL 114.36º 0.62% 0.63% -
HSV(B) 114.36º 0.53% 0.86% -
XYZ 34.54 55.13 21.39 -
YUV 173.97 87.38 84.51 -
System Red Green Blue C M Y K H S L
Decimal 113 219 102 0.48 0 0.53 0.14 114.36 0.62 0.63
Hex 71 DB 66 30 0 35 E 72 3E 3F
Octal 161 333 146 60 0 65 16 162 76 77
Binary 1110001 11011011 1100110 110000 0 110101 1110 1110010 111110 111111

Color Harmonies of #71DB66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71DB66

Black with #71DB66

Text Example


Text Example

White with #71DB66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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