Html Css Color HEX #85F875 Pastel Green

📋 copy color: '#85F875'

red 133 ◦ green 248 ◦ blue 117

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

Shades of Pastel Green #85F875

Tints of Pastel Green #85F875

RGB

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

 GREEN value IS 248 (97.27% from 255) = 49.8%

 BLUE value IS 117 (46.09% from 255) = 23.49%

R = 26.71%
G = 49.8%
B = 23.49%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#85F875 (or 0x85F875) is known color: Pastel Green. HEX triplet: 85, F8 and 75. RGB value is (133,248,117). Sum of RGB (Red+Green+Blue) = 133+248+117=498 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.71% from 498); Green value is 248 (97.27% from 255 or 49.80% from 498); Blue value is 117 (46.09% from 255 or 23.49% from 498); Max value from RGB is 248 - color contains mainly: green. Hex color #85F875 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85F875 is #7A078A. Grayscale: #C7C7C7. Windows color (decimal): -7997323 or 7731333. OLE color: 7731333.

HSL color Cylindrical-coordinate representation of color #85F875: hue angle of 112.67º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #85F875 is Cyan = 0.46, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.03.

Color convert

RGB 133 248 117 -
CMYK 0.46 0 0.53 0.03
HSL 112.67º 0.9% 0.72% -
HSV(B) 112.67º 0.53% 0.97% -
XYZ 46.45 73.41 28.55 -
YUV 198.68 81.9 81.15 -
System Red Green Blue C M Y K H S L
Decimal 133 248 117 0.46 0 0.53 0.03 112.67 0.9 0.72
Hex 85 F8 75 2E 0 35 3 71 5A 48
Octal 205 370 165 56 0 65 3 161 132 110
Binary 10000101 11111000 1110101 101110 0 110101 11 1110001 1011010 1001000

Color Harmonies of #85F875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F875

Black with #85F875

Text Example


Text Example

White with #85F875

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,248,117); }

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

background-color css

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

 a { background-color: rgb(133,248,117); }

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

border-color css

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

 span { border-color: rgb(133,248,117); }

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