Html Css Color HEX #85F99C Pale Green

📋 copy color: '#85F99C'

red 133 ◦ green 249 ◦ blue 156

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

Shades of Pale Green #85F99C

Tints of Pale Green #85F99C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 29%

R = 24.72%
G = 46.28%
B = 29%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#85F99C (or 0x85F99C) is known color: Pale Green. HEX triplet: 85, F9 and 9C. RGB value is (133,249,156). Sum of RGB (Red+Green+Blue) = 133+249+156=538 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.72% from 538); Green value is 249 (97.66% from 255 or 46.28% from 538); Blue value is 156 (61.33% from 255 or 29.00% from 538); Max value from RGB is 249 - color contains mainly: green. Hex color #85F99C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85F99C is #7A0663. Grayscale: #CBCBCB. Windows color (decimal): -7997028 or 10287493. OLE color: 10287493.

HSL color Cylindrical-coordinate representation of color #85F99C: hue angle of 131.9º 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 #85F99C is Cyan = 0.47, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB 133 249 156 -
CMYK 0.47 0 0.37 0.02
HSL 131.9º 0.91% 0.75% -
HSV(B) 131.9º 0.47% 0.98% -
XYZ 49.55 75.14 43.34 -
YUV 203.71 101.07 77.56 -
System Red Green Blue C M Y K H S L
Decimal 133 249 156 0.47 0 0.37 0.02 131.9 0.91 0.75
Hex 85 F9 9C 2F 0 25 2 84 5B 4B
Octal 205 371 234 57 0 45 2 204 133 113
Binary 10000101 11111001 10011100 101111 0 100101 10 10000100 1011011 1001011

Color Harmonies of #85F99C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F99C

Black with #85F99C

Text Example


Text Example

White with #85F99C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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