Html Css Color HEX #85F171 Pastel Green

📋 copy color: '#85F171'

red 133 ◦ green 241 ◦ blue 113

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

Shades of Pastel Green #85F171

Tints of Pastel Green #85F171

RGB

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

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

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

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

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#85F171 (or 0x85F171) is known color: Pastel Green. HEX triplet: 85, F1 and 71. RGB value is (133,241,113). Sum of RGB (Red+Green+Blue) = 133+241+113=487 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.31% from 487); Green value is 241 (94.53% from 255 or 49.49% from 487); Blue value is 113 (44.53% from 255 or 23.20% from 487); Max value from RGB is 241 - color contains mainly: green. Hex color #85F171 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85F171 is #7A0E8E. Grayscale: #C2C2C2. Windows color (decimal): -7999119 or 7467397. OLE color: 7467397.

HSL color Cylindrical-coordinate representation of color #85F171: hue angle of 110.62º 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 #85F171 is Cyan = 0.45, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB 133 241 113 -
CMYK 0.45 0 0.53 0.05
HSL 110.63º 0.82% 0.69% -
HSV(B) 110.63º 0.53% 0.95% -
XYZ 44.11 69.09 26.63 -
YUV 194.12 82.22 84.41 -
System Red Green Blue C M Y K H S L
Decimal 133 241 113 0.45 0 0.53 0.05 110.63 0.82 0.69
Hex 85 F1 71 2D 0 35 5 6F 52 45
Octal 205 361 161 55 0 65 5 157 122 105
Binary 10000101 11110001 1110001 101101 0 110101 101 1101111 1010010 1000101

Color Harmonies of #85F171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F171

Black with #85F171

Text Example


Text Example

White with #85F171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85F171; }

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

 H1.HeaderClassName
 {
   color: #85F171;
 }
 .AnyTagClassName
 {
   color: #85F171;
 }
</style>

background-color css

<style>
 a { background-color: #85F171; }

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

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

border-color css

<style>
 span { border-color: #85F171; }

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

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