Html Css Color HEX #85F175 Pastel Green

📋 copy color: '#85F175'

red 133 ◦ green 241 ◦ blue 117

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

Shades of Pastel Green #85F175

Tints of Pastel Green #85F175

RGB

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

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

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

R = 27.09%
G = 49.08%
B = 23.83%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#85F175 (or 0x85F175) is known color: Pastel Green. HEX triplet: 85, F1 and 75. RGB value is (133,241,117). Sum of RGB (Red+Green+Blue) = 133+241+117=491 (65% of max value = 765). Red value is 133 (52.34% from 255 or 27.09% from 491); Green value is 241 (94.53% from 255 or 49.08% from 491); Blue value is 117 (46.09% from 255 or 23.83% from 491); Max value from RGB is 241 - color contains mainly: green. Hex color #85F175 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85F175 is #7A0E8A. Grayscale: #C2C2C2. Windows color (decimal): -7999115 or 7729541. OLE color: 7729541.

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

Color convert

RGB 133 241 117 -
CMYK 0.45 0 0.51 0.05
HSL 112.26º 0.82% 0.7% -
HSV(B) 112.26º 0.51% 0.95% -
XYZ 44.34 69.18 27.85 -
YUV 194.57 84.22 84.08 -
System Red Green Blue C M Y K H S L
Decimal 133 241 117 0.45 0 0.51 0.05 112.26 0.82 0.7
Hex 85 F1 75 2D 0 33 5 70 52 46
Octal 205 361 165 55 0 63 5 160 122 106
Binary 10000101 11110001 1110101 101101 0 110011 101 1110000 1010010 1000110

Color Harmonies of #85F175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F175

Black with #85F175

Text Example


Text Example

White with #85F175

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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