Html Css Color HEX #71E694 Pastel Green

📋 copy color: '#71E694'

red 113 ◦ green 230 ◦ blue 148

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

Shades of Pastel Green #71E694

Tints of Pastel Green #71E694

RGB

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

 GREEN value IS 230 (90.23% from 255) = 46.84%

 BLUE value IS 148 (58.2% from 255) = 30.14%

R = 23.01%
G = 46.84%
B = 30.14%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.36

 K value IS 0.10

RGB Variations

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

Color information

#71E694 (or 0x71E694) is known color: Pastel Green. HEX triplet: 71, E6 and 94. RGB value is (113,230,148). Sum of RGB (Red+Green+Blue) = 113+230+148=491 (65% of max value = 765). Red value is 113 (44.53% from 255 or 23.01% from 491); Green value is 230 (90.23% from 255 or 46.84% from 491); Blue value is 148 (58.20% from 255 or 30.14% from 491); Max value from RGB is 230 - color contains mainly: green. Hex color #71E694 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #71E694 is #8E196B. Grayscale: #B9B9B9. Windows color (decimal): -9312620 or 9758321. OLE color: 9758321.

HSL color Cylindrical-coordinate representation of color #71E694: hue angle of 137.95º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #71E694 is Cyan = 0.51, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.10.

Color convert

RGB 113 230 148 -
CMYK 0.51 0 0.36 0.10
HSL 137.95º 0.7% 0.67% -
HSV(B) 137.95º 0.51% 0.9% -
XYZ 40.45 62.24 37.9 -
YUV 185.67 106.74 76.17 -
System Red Green Blue C M Y K H S L
Decimal 113 230 148 0.51 0 0.36 0.10 137.95 0.7 0.67
Hex 71 E6 94 33 0 24 A 8A 46 43
Octal 161 346 224 63 0 44 12 212 106 103
Binary 1110001 11100110 10010100 110011 0 100100 1010 10001010 1000110 1000011

Color Harmonies of #71E694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71E694

Black with #71E694

Text Example


Text Example

White with #71E694

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,230,148); }

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

background-color css

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

 a { background-color: rgb(113,230,148); }

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

border-color css

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

 span { border-color: rgb(113,230,148); }

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