Html Css Color HEX #71F185 Pastel Green

📋 copy color: '#71F185'

red 113 ◦ green 241 ◦ blue 133

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

Shades of Pastel Green #71F185

Tints of Pastel Green #71F185

RGB

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

 GREEN value IS 241 (94.53% from 255) = 49.49%

 BLUE value IS 133 (52.34% from 255) = 27.31%

R = 23.2%
G = 49.49%
B = 27.31%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#71F185 (or 0x71F185) is known color: Pastel Green. HEX triplet: 71, F1 and 85. RGB value is (113,241,133). Sum of RGB (Red+Green+Blue) = 113+241+133=487 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.20% from 487); Green value is 241 (94.53% from 255 or 49.49% from 487); Blue value is 133 (52.34% from 255 or 27.31% from 487); Max value from RGB is 241 - color contains mainly: green. Hex color #71F185 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #71F185 is #8E0E7A. Grayscale: #BEBEBE. Windows color (decimal): -9309819 or 8778097. OLE color: 8778097.

HSL color Cylindrical-coordinate representation of color #71F185: hue angle of 129.38º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71F185 is Cyan = 0.53, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB 113 241 133 -
CMYK 0.53 0 0.45 0.05
HSL 129.38º 0.82% 0.69% -
HSV(B) 129.38º 0.53% 0.95% -
XYZ 42.5 68.11 33.1 -
YUV 190.42 95.59 72.78 -
System Red Green Blue C M Y K H S L
Decimal 113 241 133 0.53 0 0.45 0.05 129.38 0.82 0.69
Hex 71 F1 85 35 0 2D 5 81 52 45
Octal 161 361 205 65 0 55 5 201 122 105
Binary 1110001 11110001 10000101 110101 0 101101 101 10000001 1010010 1000101

Color Harmonies of #71F185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71F185

Black with #71F185

Text Example


Text Example

White with #71F185

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,241,133); }

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

background-color css

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

 a { background-color: rgb(113,241,133); }

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

border-color css

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

 span { border-color: rgb(113,241,133); }

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