Html Css Color HEX #85F974 Pastel Green

📋 copy color: '#85F974'

red 133 ◦ green 249 ◦ blue 116

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

Shades of Pastel Green #85F974

Tints of Pastel Green #85F974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.29%

R = 26.71%
G = 50%
B = 23.29%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#85F974 (or 0x85F974) is known color: Pastel Green. HEX triplet: 85, F9 and 74. RGB value is (133,249,116). Sum of RGB (Red+Green+Blue) = 133+249+116=498 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.71% from 498); Green value is 249 (97.66% from 255 or 50% from 498); Blue value is 116 (45.70% from 255 or 23.29% from 498); Max value from RGB is 249 - color contains mainly: green. Hex color #85F974 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85F974 is #7A068B. Grayscale: #C7C7C7. Windows color (decimal): -7997068 or 7666053. OLE color: 7666053.

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

Color convert

RGB 133 249 116 -
CMYK 0.47 0 0.53 0.02
HSL 112.33º 0.92% 0.72% -
HSV(B) 112.33º 0.53% 0.98% -
XYZ 46.7 74 28.34 -
YUV 199.15 81.07 80.81 -
System Red Green Blue C M Y K H S L
Decimal 133 249 116 0.47 0 0.53 0.02 112.33 0.92 0.72
Hex 85 F9 74 2F 0 35 2 70 5C 48
Octal 205 371 164 57 0 65 2 160 134 110
Binary 10000101 11111001 1110100 101111 0 110101 10 1110000 1011100 1001000

Color Harmonies of #85F974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F974

Black with #85F974

Text Example


Text Example

White with #85F974

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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