Html Css Color HEX #85F971 Pastel Green

📋 copy color: '#85F971'

red 133 ◦ green 249 ◦ blue 113

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

Shades of Pastel Green #85F971

Tints of Pastel Green #85F971

RGB

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

 GREEN value IS 249 (97.66% from 255) = 50.3%

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

R = 26.87%
G = 50.3%
B = 22.83%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#85F971 (or 0x85F971) is known color: Pastel Green. HEX triplet: 85, F9 and 71. RGB value is (133,249,113). Sum of RGB (Red+Green+Blue) = 133+249+113=495 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.87% from 495); Green value is 249 (97.66% from 255 or 50.30% from 495); Blue value is 113 (44.53% from 255 or 22.83% from 495); Max value from RGB is 249 - color contains mainly: green. Hex color #85F971 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85F971 is #7A068E. Grayscale: #C7C7C7. Windows color (decimal): -7997071 or 7469445. OLE color: 7469445.

HSL color Cylindrical-coordinate representation of color #85F971: hue angle of 111.18º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #85F971 is Cyan = 0.47, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 133 249 113 -
CMYK 0.47 0 0.55 0.02
HSL 111.18º 0.92% 0.71% -
HSV(B) 111.18º 0.55% 0.98% -
XYZ 46.53 73.93 27.44 -
YUV 198.81 79.57 81.06 -
System Red Green Blue C M Y K H S L
Decimal 133 249 113 0.47 0 0.55 0.02 111.18 0.92 0.71
Hex 85 F9 71 2F 0 37 2 6F 5C 47
Octal 205 371 161 57 0 67 2 157 134 107
Binary 10000101 11111001 1110001 101111 0 110111 10 1101111 1011100 1000111

Color Harmonies of #85F971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F971

Black with #85F971

Text Example


Text Example

White with #85F971

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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