Html Css Color HEX #71DA68 Pastel Green

📋 copy color: '#71DA68'

red 113 ◦ green 218 ◦ blue 104

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

Shades of Pastel Green #71DA68

Tints of Pastel Green #71DA68

RGB

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

 GREEN value IS 218 (85.55% from 255) = 50.11%

 BLUE value IS 104 (41.02% from 255) = 23.91%

R = 25.98%
G = 50.11%
B = 23.91%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#71DA68 (or 0x71DA68) is known color: Pastel Green. HEX triplet: 71, DA and 68. RGB value is (113,218,104). Sum of RGB (Red+Green+Blue) = 113+218+104=435 (57% of max value = 765). Red value is 113 (44.53% from 255 or 25.98% from 435); Green value is 218 (85.55% from 255 or 50.11% from 435); Blue value is 104 (41.02% from 255 or 23.91% from 435); Max value from RGB is 218 - color contains mainly: green. Hex color #71DA68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71DA68 is #8E2597. Grayscale: #ADADAD. Windows color (decimal): -9315736 or 6871665. OLE color: 6871665.

HSL color Cylindrical-coordinate representation of color #71DA68: hue angle of 115.26º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71DA68 is Cyan = 0.48, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB 113 218 104 -
CMYK 0.48 0 0.52 0.15
HSL 115.26º 0.61% 0.63% -
HSV(B) 115.26º 0.52% 0.85% -
XYZ 34.38 54.65 21.83 -
YUV 173.61 88.71 84.77 -
System Red Green Blue C M Y K H S L
Decimal 113 218 104 0.48 0 0.52 0.15 115.26 0.61 0.63
Hex 71 DA 68 30 0 34 F 73 3D 3F
Octal 161 332 150 60 0 64 17 163 75 77
Binary 1110001 11011010 1101000 110000 0 110100 1111 1110011 111101 111111

Color Harmonies of #71DA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71DA68

Black with #71DA68

Text Example


Text Example

White with #71DA68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,218,104); }

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

background-color css

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

 a { background-color: rgb(113,218,104); }

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

border-color css

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

 span { border-color: rgb(113,218,104); }

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