Html Css Color HEX #85F279 Pastel Green

📋 copy color: '#85F279'

red 133 ◦ green 242 ◦ blue 121

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

Shades of Pastel Green #85F279

Tints of Pastel Green #85F279

RGB

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

 GREEN value IS 242 (94.92% from 255) = 48.79%

 BLUE value IS 121 (47.66% from 255) = 24.4%

R = 26.81%
G = 48.79%
B = 24.4%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#85F279 (or 0x85F279) is known color: Pastel Green. HEX triplet: 85, F2 and 79. RGB value is (133,242,121). Sum of RGB (Red+Green+Blue) = 133+242+121=496 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.81% from 496); Green value is 242 (94.92% from 255 or 48.79% from 496); Blue value is 121 (47.66% from 255 or 24.40% from 496); Max value from RGB is 242 - color contains mainly: green. Hex color #85F279 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85F279 is #7A0D86. Grayscale: #C3C3C3. Windows color (decimal): -7998855 or 7991941. OLE color: 7991941.

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

Color convert

RGB 133 242 121 -
CMYK 0.45 0 0.50 0.05
HSL 114.05º 0.82% 0.71% -
HSV(B) 114.05º 0.5% 0.95% -
XYZ 44.88 69.87 29.21 -
YUV 195.62 85.89 83.34 -
System Red Green Blue C M Y K H S L
Decimal 133 242 121 0.45 0 0.50 0.05 114.05 0.82 0.71
Hex 85 F2 79 2D 0 32 5 72 52 47
Octal 205 362 171 55 0 62 5 162 122 107
Binary 10000101 11110010 1111001 101101 0 110010 101 1110010 1010010 1000111

Color Harmonies of #85F279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F279

Black with #85F279

Text Example


Text Example

White with #85F279

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,242,121); }

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

background-color css

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

 a { background-color: rgb(133,242,121); }

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

border-color css

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

 span { border-color: rgb(133,242,121); }

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