Html Css Color HEX #71CF72 Pastel Green

📋 copy color: '#71CF72'

red 113 ◦ green 207 ◦ blue 114

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

Shades of Pastel Green #71CF72

Tints of Pastel Green #71CF72

RGB

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

 GREEN value IS 207 (81.25% from 255) = 47.7%

 BLUE value IS 114 (44.92% from 255) = 26.27%

R = 26.04%
G = 47.7%
B = 26.27%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#71CF72 (or 0x71CF72) is known color: Pastel Green. HEX triplet: 71, CF and 72. RGB value is (113,207,114). Sum of RGB (Red+Green+Blue) = 113+207+114=434 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.04% from 434); Green value is 207 (81.25% from 255 or 47.70% from 434); Blue value is 114 (44.92% from 255 or 26.27% from 434); Max value from RGB is 207 - color contains mainly: green. Hex color #71CF72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71CF72 is #8E308D. Grayscale: #A8A8A8. Windows color (decimal): -9318542 or 7524209. OLE color: 7524209.

HSL color Cylindrical-coordinate representation of color #71CF72: hue angle of 120.64º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #71CF72 is Cyan = 0.45, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB 113 207 114 -
CMYK 0.45 0 0.45 0.19
HSL 120.64º 0.49% 0.63% -
HSV(B) 120.64º 0.45% 0.81% -
XYZ 32.16 49.35 23.75 -
YUV 168.29 97.36 88.56 -
System Red Green Blue C M Y K H S L
Decimal 113 207 114 0.45 0 0.45 0.19 120.64 0.49 0.63
Hex 71 CF 72 2D 0 2D 13 79 31 3F
Octal 161 317 162 55 0 55 23 171 61 77
Binary 1110001 11001111 1110010 101101 0 101101 10011 1111001 110001 111111

Color Harmonies of #71CF72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CF72

Black with #71CF72

Text Example


Text Example

White with #71CF72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,207,114); }

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

background-color css

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

 a { background-color: rgb(113,207,114); }

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

border-color css

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

 span { border-color: rgb(113,207,114); }

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