Html Css Color HEX #85F9A2 Pale Green

📋 copy color: '#85F9A2'

red 133 ◦ green 249 ◦ blue 162

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

Shades of Pale Green #85F9A2

Tints of Pale Green #85F9A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 29.78%

R = 24.45%
G = 45.77%
B = 29.78%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#85F9A2 (or 0x85F9A2) is known color: Pale Green. HEX triplet: 85, F9 and A2. RGB value is (133,249,162). Sum of RGB (Red+Green+Blue) = 133+249+162=544 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.45% from 544); Green value is 249 (97.66% from 255 or 45.77% from 544); Blue value is 162 (63.67% from 255 or 29.78% from 544); Max value from RGB is 249 - color contains mainly: green. Hex color #85F9A2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85F9A2 is #7A065D. Grayscale: #CCCCCC. Windows color (decimal): -7997022 or 10680709. OLE color: 10680709.

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

Color convert

RGB 133 249 162 -
CMYK 0.47 0 0.35 0.02
HSL 135º 0.91% 0.75% -
HSV(B) 135º 0.47% 0.98% -
XYZ 50.07 75.35 46.09 -
YUV 204.4 104.07 77.07 -
System Red Green Blue C M Y K H S L
Decimal 133 249 162 0.47 0 0.35 0.02 135 0.91 0.75
Hex 85 F9 A2 2F 0 23 2 87 5B 4B
Octal 205 371 242 57 0 43 2 207 133 113
Binary 10000101 11111001 10100010 101111 0 100011 10 10000111 1011011 1001011

Color Harmonies of #85F9A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F9A2

Black with #85F9A2

Text Example


Text Example

White with #85F9A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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